improve: user friendly interactions

This commit is contained in:
Mahyar Khanbolooki
2025-07-03 19:26:43 +03:30
parent f4f3544597
commit 76ecb5839e
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -58,6 +58,7 @@ function AuthIndex({ }: Props) {
useEffect(() => {
if (step === AUTH_STEP.ENTER_OTP) {
setOtp('');
console.log("REQUEST OTP")
runOtpRequest(number);
}