mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Revert "skip vis checks for notification bar collect()"
This reverts commit 9f51f005b0.
This commit is contained in:
@@ -37,14 +37,10 @@ angular
|
||||
return;
|
||||
}
|
||||
|
||||
chrome.tabs.sendMessage(tabs[0].id, {
|
||||
command: 'collectPageDetails',
|
||||
tab: tabs[0],
|
||||
sender: 'currentController',
|
||||
noVisibleChecks: false
|
||||
}, function () {
|
||||
canAutofill = true;
|
||||
});
|
||||
chrome.tabs.sendMessage(tabs[0].id,
|
||||
{ command: 'collectPageDetails', tab: tabs[0], sender: 'currentController' }, function () {
|
||||
canAutofill = true;
|
||||
});
|
||||
|
||||
$q.when(loginService.getAllDecryptedForDomain(domain)).then(function (logins) {
|
||||
$scope.loaded = true;
|
||||
|
||||
Reference in New Issue
Block a user