fix: reset state of phone form on cancel

This commit is contained in:
Sajad Mirjalili
2025-09-29 19:31:34 +03:30
parent a40fad09d8
commit 9c4b260a91

View File

@@ -118,6 +118,7 @@ export function PhoneNumber() {
setPhoneNumberTouched(false);
setVerificationCodeError(undefined);
setVerificationCodeTouched(false);
setIsCodeSent(false);
}
return !prev;
});