-
Notifications
You must be signed in to change notification settings - Fork 2
authentication components #24
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
base: main
Are you sure you want to change the base?
Conversation
sign in and sign up page
| ); | ||
| }; | ||
|
|
||
| const SignUp = ({ onSwitchToSignIn }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make this a different file within the folder Auth
|
Consider enhancing error handling and adding detailed form validation. Implementing unit tests would help ensure long-term reliability |
Urbanmisfit90
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty standard I'll look into modifying the tests to sync with it to resolve the ones that are failing.
Urbanmisfit90
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will cross these changes with what I currently have.
sign in and sign up page