Skip to content

Commit

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

0 comments on commit cbaba97

Please sign in to comment.