fix: add setTimerValue prop to EnterPasswordForm and update OTP handling

This commit is contained in:
2026-06-11 21:20:49 +03:30
parent 1bc82494aa
commit f5aa159020
3 changed files with 9 additions and 3 deletions

View File

@@ -190,6 +190,7 @@ export const AuthenticationSteps = (): JSX.Element => {
onEditValue={() => setCurrentStep('emailOrPhone')}
onLoginWithOTP={() => setCurrentStep('verify')}
emailOrPhone={loginRegisterValue}
setTimerValue={setTimerValue}
/>
)}