Skip to content

Commit

Permalink
feat: Updated resend limit to 120 seconds (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Aug 16, 2024
2 parents 1fb0de8 + f08798a commit 6eb02fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/hooks/auth/useVerify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enum ScreenStatesEnum {
UPDATE_EMAIL = 'updateEmail',
}

const RESEND_SECONDS = 10;
const RESEND_SECONDS = 120;

export function useVerify() {
const { push } = useRouter();
Expand Down

0 comments on commit 6eb02fd

Please sign in to comment.