feat: implement AuthLayout component and streamline OTP verification forms with enhanced messaging
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m49s

This commit is contained in:
2025-04-19 10:22:42 +05:00
parent 3703b3e8fc
commit a4ffb1e34a
8 changed files with 44 additions and 75 deletions

View File

@ -199,7 +199,9 @@ export async function VerifyRegistrationOTP(
// }
}
return {
message: "Your account could not be verified. Please contact support.",
message:
data.message ||
"Your account could not be verified. Please contact support.",
status: "verify_error",
};
}