Open justin-phxm opened 4 months ago
Initial loading of /register page shows this:
when it should show this:
When you switch the form mode from login and back to register it works tho...
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.
usePathname()
Initial loading of /register page shows this:
when it should show this:
When you switch the form mode from login and back to register it works tho...