zeruniverse / Password-Manager

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

fix _system_passwordLastChangeTime #200

Closed Pofilo closed 6 years ago

Pofilo commented 6 years ago

Fixes: https://github.com/zeruniverse/Password-Manager/issues/199

zeruniverse commented 6 years ago

Thanks! Looks like it was an error originally.

If accountarray[id] is an array, accountarray[id].substring(0,1) is nothing.

Did you test that your PR fixed the problem?

Pofilo commented 6 years ago

Yeah, my main issue was to be sure that every parameter starting with a _ was in other. Just something forgotten at some points, little bugs happen !

BenjaminHae commented 6 years ago

Nice Thanks