feat: implement AuthLayout component and streamline OTP verification forms with enhanced messaging

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
+3 -1
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",
};
}