1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00: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: { login: {
uri: loginInfo.uri, uri: loginInfo.uri,
username: loginInfo.username, username: loginInfo.username,
password: loginInfo password: loginInfo.password
} }
}).then(function (model) { }).then(function (model) {
var cipher = new Cipher(model, true); var cipher = new Cipher(model, true);