improve: user friendly interactions
This commit is contained in:
@@ -58,6 +58,7 @@ function AuthIndex({ }: Props) {
|
||||
|
||||
useEffect(() => {
|
||||
if (step === AUTH_STEP.ENTER_OTP) {
|
||||
setOtp('');
|
||||
console.log("REQUEST OTP")
|
||||
runOtpRequest(number);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user