mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
refactor autofill. add auto-fill on page load
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
chrome.storage.local.get('disableAddLoginNotification', function (obj) {
|
||||
if (!obj || !obj.disableAddLoginNotification) {
|
||||
chrome.runtime.sendMessage({
|
||||
command: 'bgCollectPageDetails'
|
||||
command: 'bgCollectPageDetails',
|
||||
sender: 'notificationBar'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user