1
0
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:
Kyle Spearrin
2016-08-26 00:06:16 -04:00
parent 16058c5efb
commit d729f93b17
2 changed files with 50 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ BitwardenExtension.prototype = {
pageDetails: this.collect(document)
};
console.log(args);
arguments.completionFunction(args);
},
finalize: function (arguments) {