mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-05-29 21:07:34 +00:00
This commit is contained in:
parent
9c67386d69
commit
12f981186a
@ -200,12 +200,13 @@ export async function VerifyRegistrationOTP(
|
|||||||
}
|
}
|
||||||
if (data.message === "User created successfully.") {
|
if (data.message === "User created successfully.") {
|
||||||
return {
|
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",
|
status: "verify_error",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
message: data.message,
|
message: data.message,
|
||||||
status: "verify_success",
|
status: "verify_error",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user