We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The user currently experiences a short redraw when coming clicking on an email link such as /user/login?t=xxx.
This is due to the nature of how next.js handles populating query params into the router, (c.f vercel/next.js#8259).
Let's take this as an opportunity to refactor the login component and put these verification links on a separate url /user/verify
The text was updated successfully, but these errors were encountered:
closed in 78605f5
Sorry, something went wrong.
stefnnn
No branches or pull requests
The user currently experiences a short redraw when coming clicking on an email link such as /user/login?t=xxx.
This is due to the nature of how next.js handles populating query params into the router, (c.f vercel/next.js#8259).
Let's take this as an opportunity to refactor the login component and put these verification links on a separate url /user/verify
The text was updated successfully, but these errors were encountered: