mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
only skip username only fill when from autofiller
This commit is contained in:
@@ -123,7 +123,7 @@ var bg_isBackground = true,
|
||||
else if (msg.sender === 'autofiller' || msg.sender === 'autofill_cmd') {
|
||||
bg_autofillService.doAutoFillForLastUsedLogin([{
|
||||
frameId: sender.frameId, tab: msg.tab, details: msg.details
|
||||
}]);
|
||||
}], msg.sender === 'autofill_cmd');
|
||||
}
|
||||
else {
|
||||
clearTimeout(autofillTimeout);
|
||||
|
||||
Reference in New Issue
Block a user