-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add Password Strength and Toggle Password #44
Add Password Strength and Toggle Password #44
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
please also add labels in PR as per GSSOC guidelines |
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.
resolve merge conflicts, rest is good
when is make request there is no conflicts let me check |
please merge this before merge another request this conflicts that arire because you merge some another request |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
@VaibhavArora314 as per guidelines please add level label , gssoc label here |
This PR adds a password strength feature to the password input component.
It includes:
zxcvbn
library.react-icons
library.Changes
PasswordInput
component to include the password strength meter.react-icons
library in both signup and login page.Screenshots
Checklist
Linked Issues: #37