1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

saveAddLogin fix for password

This commit is contained in:
Kyle Spearrin 2017-10-25 23:13:50 -04:00
parent d19fcd6e4c
commit 6896822863

View File

@ -665,7 +665,7 @@ var bg_isBackground = true,
login: {
uri: loginInfo.uri,
username: loginInfo.username,
password: loginInfo
password: loginInfo.password
}
}).then(function (model) {
var cipher = new Cipher(model, true);