-
Notifications
You must be signed in to change notification settings - Fork 770
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
Adding route for login #6
Comments
Hello there @piyush97 , Please detail. What were the steps that you have taken, and they didn't work? Best, |
In the index.js file in the src/ directory,
By default the dashboard redirects to If you want to implement a login/sign-up page, simply change
to something like
You'll then have to supply a new route and component to
Where The final code looks like this:
Note that the file |
!!! IF YOU DO NOT USE THIS ISSUES TEMPLATE, YOUR ISSUE IS LIABLE TO BEING IGNORED BY US
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Unexpected Behavior
Not able to create a route for Login
The text was updated successfully, but these errors were encountered: