We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5ded7 commit ee77a09Copy full SHA for ee77a09
src/app/auth/email-verification/page.tsx
@@ -49,7 +49,7 @@ export default function EmailVerificationPage() {
49
} else {
50
router.push('/auth/login')
51
}
52
- }, [])
+ }, [router])
53
54
// --- Cooldown Logic ---
55
useEffect(() => {
0 commit comments