mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 09:13:15 +00:00
ios extension removed storyboard. return values to js.
This commit is contained in:
@@ -6,8 +6,9 @@ BitwardenExtension.prototype = {
|
||||
console.log(arguments);
|
||||
|
||||
var args = {
|
||||
content: document.body.innerHTML,
|
||||
uri: document.baseURI
|
||||
baseUri: document.baseURI,
|
||||
url: document.URL,
|
||||
htmlContent: document.body.innerHTML
|
||||
};
|
||||
arguments.completionFunction(args);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user