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