Success message changed for OTP verification

This commit is contained in:
unknown 2025-12-31 17:12:59 +05:30
parent 61ea5560d1
commit 189c7bda82

View File

@ -1190,6 +1190,7 @@ exports.verifyOTPForLogin = async (req, res) => {
return res.status(200).json({
status: "success",
title: "Verified",
message: "You're signed in. Redirecting to your dashboard...",
});