Skip to content

Commit

Permalink
Change verification checking interval to 120 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoerner committed Nov 3, 2024
1 parent 76240f7 commit 0d1647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/verify-account/VerifyAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const VerifyAccount: FC = () => {
await handleApiRequest(getUser())
} catch (e) {
}
}, 10_000)
}, 120_000)
return () => clearTimeout(id)
}
}, [verificationMessage, isCopied, handleApiRequest])
Expand Down

0 comments on commit 0d1647d

Please sign in to comment.