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 9e11ef9 commit 19c2023Copy full SHA for 19c2023
src/app/auth/login/_components/login-form.tsx
@@ -72,7 +72,7 @@ export function LoginForm() {
72
73
if (error.error.code === 'EMAIL_NOT_VERIFIED') {
74
sessionStorage.setItem('email_for_verification', values.email)
75
- return router.push(`/auth/email-verification?email=${values.email}`)
+ return router.push(`/auth/email-verification`)
76
}
77
78
const errorMessage = error.error.message || 'An unexpected error occurred.'
0 commit comments