Closed saras-69 closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
scrollme-ecommerce-website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 19, 2024 8:16pm |
Hey @saras-69,
Can you add the feature to change the password?
Don't create a PR to
master
branch. Create a new PR todevelop
branch, with suggested changes.
Thanks.
Closing this PR as did not meet the PR requirements.
Description: This pull request introduces the Password Recovery feature, allowing users to reset their passwords through a simple and user-friendly flow.
Related Issue Fixes #201
Changes Made Created the Password Recovery component with React.js. Added a three-step flow: Input email to simulate OTP sending. Verify OTP. Reset password. Used alerts to simulate sending/verification of OTP and password reset. Provided a basic structure for future backend integration. Checklist I have tested my code and it works as expected. Documentation has been updated where necessary. Tests for the new feature are included. The code follows project standards. Screenshots (if applicable) (Include any relevant screenshots that illustrate your changes.)
https://github.com/user-attachments/assets/1c3ec137-d327-48d3-8d25-a5ff9835e324
Example:
Title: Password Recovery Feature Description: Adds a password recovery feature with a simulated OTP flow. Related Issue: Fixes #201 Changes Made:
Created components for password recovery. Implemented a flow for email input, OTP verification, and password reset. Added alerts to simulate OTP-related actions and password reset.