diff --git a/src/features/profile/components/userInformation/PhoneNumber.tsx b/src/features/profile/components/userInformation/PhoneNumber.tsx index ebb7d03..0a2e70e 100644 --- a/src/features/profile/components/userInformation/PhoneNumber.tsx +++ b/src/features/profile/components/userInformation/PhoneNumber.tsx @@ -118,6 +118,7 @@ export function PhoneNumber() { setPhoneNumberTouched(false); setVerificationCodeError(undefined); setVerificationCodeTouched(false); + setIsCodeSent(false); } return !prev; });