Skip to content
New issue

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

Short flickering when user clicks on email verification link #59

Closed
stefnnn opened this issue Nov 10, 2020 · 1 comment
Closed

Short flickering when user clicks on email verification link #59

stefnnn opened this issue Nov 10, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@stefnnn
Copy link
Collaborator

stefnnn commented Nov 10, 2020

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

@stefnnn stefnnn added the bug Something isn't working label Nov 10, 2020
@stefnnn stefnnn self-assigned this Nov 10, 2020
@stefnnn
Copy link
Collaborator Author

stefnnn commented Nov 10, 2020

closed in 78605f5

@stefnnn stefnnn closed this as completed Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant