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
Describe the bug
When a user visits the registration tab on the login page, and reloads the page, login tab is opened instead of registration tab.
To Reproduce Steps to reproduce the behavior:
http://localhost:3000/
Register
Expected behavior
User should stay on the Registration tab.
Actual behavior
User is redirected to Login tab.
Screenshots
Additional details This can be solved using query parameters
query parameters
The text was updated successfully, but these errors were encountered:
Can you please assign this issue to me?
Sorry, something went wrong.
This is not a valid issue, by default login page is shown.
Chaitanya-Shahare
No branches or pull requests
Describe the bug
When a user visits the registration tab on the login page, and reloads the page, login tab is opened instead of registration tab.
To Reproduce
Steps to reproduce the behavior:
http://localhost:3000/
Register
button.Expected behavior
User should stay on the Registration tab.
Actual behavior
User is redirected to Login tab.
Screenshots
Screen.Recording.2024-01-02.at.12.37.32.PM.mov
Additional details
This can be solved using
query parameters
The text was updated successfully, but these errors were encountered: