1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00
This commit is contained in:
Kyle Spearrin 2017-08-30 15:06:24 -04:00
parent d15e3a64e7
commit f019dc6575

View File

@ -80,7 +80,7 @@ angular
if (loginData) {
login.name = _service.decryptProperty(loginData.Name, key, false);
login.username = _service.decryptProperty(loginData.Username, key, true);
login.password = _service.decryptProperty(loginData.Password, key, true)
login.password = _service.decryptProperty(loginData.Password, key, true);
}
return login;