1
0
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:
Kyle Spearrin
2016-12-30 02:09:54 -05:00
parent 54e8867ce7
commit 4bd34598b1
7 changed files with 403 additions and 124 deletions

View File

@@ -90,7 +90,8 @@
chrome.runtime.sendMessage({
command: 'collectPageDetailsResponse',
tabId: msg.tabId,
details: pageDetailsObj
details: pageDetailsObj,
contentScript: msg.contentScript ? true : false
});
sendResponse();
return true;