fix: update OTP verification status message in VerifyRegistrationOTP function
This commit is contained in:
@@ -207,6 +207,6 @@ export async function VerifyRegistrationOTP(
|
|||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
message: data.message,
|
message: data.message,
|
||||||
status: "verify_error",
|
status: "otp_error",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user