Skip to content
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

Create reset password page #2

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Create reset password page #2

merged 2 commits into from
Sep 23, 2024

Conversation

Fingertips18
Copy link
Owner

  • Added a reset password form with three inputs: old password, new password, and confirm password.
  • Included a submit button to handle form submission for the password reset.
  • Ensured validation for new password and confirm password fields to match.
  • Applied basic styling consistent with the current design.

- Added a reset password form with three inputs: `old password`, `new password`, and `confirm password`.
- Included a submit button to handle form submission for the password reset.
- Ensured validation for new password and confirm password fields to match.
- Applied basic styling consistent with the current design.
@Fingertips18 Fingertips18 self-assigned this Sep 23, 2024
- Integrated the reset password API into the form submission flow.
- Handled API request to send `old password`, `new password`, and `confirm password` data.
- Implemented error handling for invalid responses from the API.
- Displayed success and error messages based on API response.
- Updated form state to handle loading and submission status.
- Redirected to `sign-in` page if successful.
@Fingertips18 Fingertips18 merged commit 4007d4a into main Sep 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant