JordyMoos / elm-yapm-client

Yet another password manager client in Elm
5 stars 0 forks source link

Auto create random password #79

Closed JordyMoos closed 7 years ago

JordyMoos commented 7 years ago

This PR generates a new random password everytime you open the new password modal. Also it adds a copy button.

These should make the user even lazier!

Issue: https://github.com/JordyMoos/elm-yapm-client/issues/75

Note: This is extended on https://github.com/JordyMoos/elm-yapm-client/pull/78 because it needed some code that was added there. So that PR should be done first