mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
detect login form submitted and show notification
This commit is contained in:
@@ -90,7 +90,8 @@
|
||||
chrome.runtime.sendMessage({
|
||||
command: 'collectPageDetailsResponse',
|
||||
tabId: msg.tabId,
|
||||
details: pageDetailsObj
|
||||
details: pageDetailsObj,
|
||||
contentScript: msg.contentScript ? true : false
|
||||
});
|
||||
sendResponse();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user