Skip to content

Commit ee77a09

Browse files
add router dependency to fix lint
1 parent 9e5ded7 commit ee77a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/auth/email-verification/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function EmailVerificationPage() {
4949
} else {
5050
router.push('/auth/login')
5151
}
52-
}, [])
52+
}, [router])
5353

5454
// --- Cooldown Logic ---
5555
useEffect(() => {

0 commit comments

Comments
 (0)