You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Registration page: User can enter his/her roll no and click Register. When the user clicks register, send a request to the registration route in the backend. (this will send a verification mail to the user).
Set password page: Get the unique verification token from the URL's query part. Allow the user to set a new password, and send a request with this password and the token to the set password route in the backend. If response is success, show something like "Password set" and a button to redirect the user to the actual app.
Note that these screens must be outside of the main app. You can add a wrapper outside the main app component that uses React Router to show the right screen - up to you. Feel free to ping me if you need any help.
The text was updated successfully, but these errors were encountered:
Create two new screens:
Note that these screens must be outside of the main app. You can add a wrapper outside the main app component that uses React Router to show the right screen - up to you. Feel free to ping me if you need any help.
The text was updated successfully, but these errors were encountered: