-
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
finishing password reset #23
Conversation
✅ Deploy Preview for e-commerce-mavericks-fn ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
b13f81c
to
23eeb9c
Compare
de09fef
to
ec59604
Compare
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 to me!
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.
Hey Jado,
I have a quick suggestion.
- Could you please remove the toastContainer from ResentPassword.tsx? It's already configured in App.tsx, so having it here seems redundant. You can refer to how Ange used react-toastify in LoginComponent.tsx for guidance.
- Let us know why you made changes in footer component
- and also your forgot password component is too much wider than usual on big screen. look on the way you can make it look good instead 50%
Thanks!
ec59604
to
e675b3e
Compare
e675b3e
to
e309dcf
Compare
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.
You got conflicts in app.tsx
e309dcf
to
ccd84a9
Compare
I have rebased, you can check again |
cd51e26
to
cd7769f
Compare
finishing a rebase modified: src/App.tsx modified: src/components/authentication/LoginComponent.tsx modified: src/components/common/Button.tsx modified: src/components/footer/Footer.tsx new file: src/components/passwordReset/NewPasswordComponent.tsx new file: src/components/passwordReset/PasswordResetComponent.tsx new file: src/hooks/customHooks.ts new file: src/pages/NewPassword.tsx new file: src/pages/ResetPassword.tsx new file: src/services/resetPassword.ts modified: src/utils/schemas.ts
cd7769f
to
e0a7f77
Compare
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.
👌
Password reset
##Password Reset
Describe the purpose of the PR
Changes Made
Describe the changes made
Testing Instructions
List all testing instruction, if availbale
Related Issues
Lists all related issues
Checklist
Please review the following checklist and make sure all tasks are complete before submitting: