Skip to content

Commit

Permalink
fix: update resend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Mar 5, 2025
1 parent dbd1798 commit d2bec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login/InnerLoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const InnerLoginForm = ({
resendTwoFACode()
setTimeout(() => {
setIsResendDisabled(false)
}, 1000)
}, 30000)
}

const onSubmitPressed = () => {
Expand Down

0 comments on commit d2bec55

Please sign in to comment.