Skip to content

Commit

Permalink
be nice
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed May 6, 2022
1 parent 3d94d62 commit bc67ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/auth.middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class AuthMiddleware implements NestMiddleware {
if (!req.user.email_verified) {
return res.status(401).send({
success: false,
errors: ['Email not verified'],
errors: ['Please verify your email address'],
});
}
if (error) {
Expand Down

0 comments on commit bc67ded

Please sign in to comment.