1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00

Added support for find login, save login, and change password app extension provider types.

This commit is contained in:
Kyle Spearrin
2016-05-30 22:51:53 -04:00
parent 72c1a987c9
commit fac4401e97
2 changed files with 198 additions and 55 deletions

View File

@@ -6,9 +6,7 @@ BitwardenExtension.prototype = {
console.log(arguments);
var args = {
baseUri: document.baseURI,
url: document.URL,
htmlContent: document.body.innerHTML
url: document.URL
};
arguments.completionFunction(args);
},