mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
add site form and autofill detection improvements
This commit is contained in:
@@ -118,7 +118,7 @@ var bg_isBackground = true,
|
||||
else if (msg.command === 'collectPageDetailsResponse') {
|
||||
if (msg.sender === 'notificationBar') {
|
||||
var forms = bg_autofillService.getFormsWithPasswordFields(msg.details);
|
||||
messageTab(msg.tab.id, 'pageDetails', { details: msg.details, forms: forms });
|
||||
messageTab(msg.tab.id, 'notificationBarPageDetails', { details: msg.details, forms: forms });
|
||||
}
|
||||
else if (msg.sender === 'autofiller' || msg.sender === 'autofill_cmd') {
|
||||
bg_autofillService.doAutoFillForLastUsedLogin([{
|
||||
|
||||
Reference in New Issue
Block a user