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

Suggest feature branch #10

Closed giriharan13 closed 9 months ago

hemantDwivedi commented 9 months ago

In react, we need to do some refactor. when "suggested password" button clicked, response password should saved to clipboard. but it saved previous value of "suggestedPassword".

giriharan13 commented 9 months ago

In react, we need to do some refactor. when "suggested password" button clicked, response password should saved to clipboard. but it saved previous value of "suggestedPassword".

I'll look into it.