mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 09:13:15 +00:00
Fixed bug with extension fill script when a page has multiple password forms on same page together (register and login). Try to guess proper login form.
This commit is contained in:
@@ -10,6 +10,7 @@ BitwardenExtension.prototype = {
|
||||
pageDetails: this.collect(document)
|
||||
};
|
||||
|
||||
console.log(args);
|
||||
arguments.completionFunction(args);
|
||||
},
|
||||
finalize: function (arguments) {
|
||||
|
||||
Reference in New Issue
Block a user