Type message typo.

This commit is contained in:
mikestefanello 2022-01-08 15:35:02 -05:00
parent c31f30ba5c
commit a6e99058f4

View file

@ -66,5 +66,5 @@ func (c *VerifyEmail) verifyToken(ctx echo.Context) {
return return
} }
msg.Success(ctx, "You email has been successfully verified.") msg.Success(ctx, "Your email has been successfully verified.")
} }