feat: implement AuthLayout component and streamline OTP verification forms with enhanced messaging
This commit is contained in:
@@ -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",
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user