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