mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-26 11:35:42 +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:
parent
de1e76f746
commit
6a078d918e
@ -207,6 +207,6 @@ export async function VerifyRegistrationOTP(
|
|||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
message: data.message,
|
message: data.message,
|
||||||
status: "verify_error",
|
status: "otp_error",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user