zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Showing loggon attempts problems #159

Closed Pofilo closed 7 years ago

Pofilo commented 7 years ago

https://github.com/zeruniverse/Password-Manager/pull/144 has some problems.

It works well but introduce some problems when we want to print to information to this information panel. For example when we add a new password, the label is telling us the entry is correctly added and the second after, refresh itself to tell us again the last login information.

I think that the problem is just because we refresh it. We should maybe add a boolean and only print it on loggin.

BenjaminHae commented 7 years ago

Yes you are right. I'll fix it.