Success message changed for OTP verification
This commit is contained in:
parent
5c8e785d36
commit
61ea5560d1
@ -1190,7 +1190,7 @@ exports.verifyOTPForLogin = async (req, res) => {
|
|||||||
|
|
||||||
return res.status(200).json({
|
return res.status(200).json({
|
||||||
status: "success",
|
status: "success",
|
||||||
message: "Email verified successfully!",
|
message: "You're signed in. Redirecting to your dashboard...",
|
||||||
});
|
});
|
||||||
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user