mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Refactored rename of Sites => Logins
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
formData = [],
|
||||
barType = null;
|
||||
|
||||
chrome.storage.local.get('disableAddSiteNotification', function (obj) {
|
||||
if (!obj || !obj['disableAddSiteNotification']) {
|
||||
chrome.storage.local.get('disableAddLoginNotification', function (obj) {
|
||||
if (!obj || !obj['disableAddLoginNotification']) {
|
||||
chrome.runtime.sendMessage({
|
||||
command: 'bgCollectPageDetails'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user