Segregation of registration from logging in #21
Merged
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.
Separated the login process from the registration process on Quill
Description
Motivation and Context
Gives better UX experience by providing clarity on how to create an account vs how to sign into an existing acount
How Has This Been Tested
Manually tested for the following cases in the video underneath the Screenshots and Videos section:
Tested locally as a docker image
Screenshots and Videos
Video #1: Attempting to sign in to an existing account using andnu941@gmail.com
https://github.com/user-attachments/assets/22ccee83-ecff-4a9f-a483-1001dcd9de31
Video #2: Use cases attempted are
(1) register with sexcrunnerbythebeach@gmail.com
(2) log back into account created in above case
(3) Attempting to create an account for sexcrunnerbythebeach@gmail.com after creating in (1)
(4) Manual regression testing on the clicking of Forgot Password?
Screen.Recording.2024-08-28.at.12.55.08.AM.mov
Types of changes