mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
refactor autofill. add auto-fill on page load
This commit is contained in:
@@ -962,9 +962,9 @@
|
||||
var pageDetailsObj = JSON.parse(pageDetails);
|
||||
chrome.runtime.sendMessage({
|
||||
command: 'collectPageDetailsResponse',
|
||||
tabId: msg.tabId,
|
||||
tab: msg.tab,
|
||||
details: pageDetailsObj,
|
||||
contentScript: msg.contentScript ? true : false
|
||||
sender: msg.sender
|
||||
});
|
||||
sendResponse();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user