mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
saveAddLogin fix for password
This commit is contained in:
parent
d19fcd6e4c
commit
6896822863
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user