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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user