-
Notifications
You must be signed in to change notification settings - Fork 0
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
Moved Forget Password to Landing Page #53
Conversation
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 good! Left a comment with a minor suggestion but it's something that can be addressed once we have hi-fi designs
} catch (e) { | ||
alert("invalid email"); | ||
} | ||
}; |
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.
Should we clear the email state variable after attempting to reset?
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.
I think that generally the email stays in the textbox if it's incorrect, an error message will just pop up to prompt the user to change it.
dccc7c7
to
a2e39d0
Compare
* added functioniality for forgot password button * added simple error check * linter fixes * added done reset password page, removed back to login button
Ticket link
Closes #28
Implementation description
Steps to test
What should reviewers focus on?
Checklist