Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PROJECT CONTRIBUTIONS ARE ALLOWED AND WELCOMED. Follow the guidelines as outlined below!
User Login and Task Display
Description
Added Login page, Homepage, Error 404 Page.
Used existing authContext for login and matched inputted username/password with the given user details for login success.
Set user when logged in successful and pushed with useHistory hook, to Home Page where user task is displayed.
Added logout in Homepage, which Redirects user to logout and set user null.
Updated useEffect to render if User exist then set the user, also another useEffect to get the particular user.
Added Route paths to particular component pages such as login/home/Error
Added Redirect to Error page if the url entered is not the home or login page.
Added Login Restrictions with yupResolver for password and username field.
Related Issue / Asana Task
Current Issue is Redirecting User to Home Page if user has already logged in.
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):