diff --git a/backend/handlers/auth.js b/backend/handlers/auth.js index e33c5ed..e5b6f25 100644 --- a/backend/handlers/auth.js +++ b/backend/handlers/auth.js @@ -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, }); }