Skip to content

Commit

Permalink
[backend] Change verification message
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Nov 6, 2024
1 parent 62897a3 commit ad2048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/handlers/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const verifyOtpHandler = async (req, res) => {
if (!user.isVerified) {
return res.status(403).json({
success: false,
message: "Please verify your account to continue",
message: "Please verify your account from your email inbox to continue",
data: null,
});
}
Expand Down

0 comments on commit ad2048b

Please sign in to comment.