mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-25 23:15:41 +00:00
fix: update verification error message in VerifyRegistrationOTP function
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m36s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m36s
This commit is contained in:
parent
9c67386d69
commit
12f981186a
@ -200,12 +200,13 @@ export async function VerifyRegistrationOTP(
|
||||
}
|
||||
if (data.message === "User created successfully.") {
|
||||
return {
|
||||
message: "Your account could not be verified. Please contact support.",
|
||||
message:
|
||||
"Your account could not be verified. Please wait for you verification to be processed.",
|
||||
status: "verify_error",
|
||||
};
|
||||
}
|
||||
return {
|
||||
message: data.message,
|
||||
status: "verify_success",
|
||||
status: "verify_error",
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user