mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-02 03:38:22 +00:00
fix: update OTP verification status message in VerifyRegistrationOTP function
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m20s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m20s
This commit is contained in:
@ -207,6 +207,6 @@ export async function VerifyRegistrationOTP(
|
||||
}
|
||||
return {
|
||||
message: data.message,
|
||||
status: "verify_error",
|
||||
status: "otp_error",
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user