User Authentication
Features
- Users can toggle between these three pages.
- When users forget their password, a password-reset email will be sent to the email address linked to the account.
Developer Note
Upon logging in or signing up, users will be redirected to another page, which is implemented by a different stack. For reference of implementation, see the file
index.js
in the navigation folder of the repo.