hemantDwivedi / password-generator-tool

Create and customize strong passwords effortlessly with the Password Generator Tool. Tailor your passwords, send them securely via email, and verify their strength—all in one place.
MIT License
3 stars 4 forks source link

Fixed copy and password strength #3

Closed abant07 closed 9 months ago

abant07 commented 9 months ago

Made it so the UI checks for how many settings the user chose to strengthen their password. If all 4 checkboxes were checked, it was a very strong password, and every time they removed one, it would go down in strength.

For the copy button, I took out the alert message because it was preventing the password from being copied to clipboard.