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

BUG: Registration Screen Incorrect State #78

Open
justin-phxm opened this issue Jul 22, 2024 · 1 comment
Open

BUG: Registration Screen Incorrect State #78

justin-phxm opened this issue Jul 22, 2024 · 1 comment
Labels
bug Something isn't working high priority

Comments

@justin-phxm
Copy link
Contributor

Initial loading of /register page shows this:
image

when it should show this:
image

When you switch the form mode from login and back to register it works tho...

@ideen1
Copy link
Contributor

ideen1 commented Jul 25, 2024

This may be because of the usage of usePathname() from next/navigation instead of next/router. Best fix would be to pass a prop to the login form based on the page to specify what it should show.

@justin-phxm justin-phxm added bug Something isn't working high priority labels Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

No branches or pull requests

2 participants