mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Removed checks for locked vault from collectPageDetails
This commit is contained in:
@@ -374,10 +374,6 @@ export default class MainBackground {
|
||||
return;
|
||||
}
|
||||
|
||||
if (await this.vaultTimeoutService.isLocked()) {
|
||||
return;
|
||||
}
|
||||
|
||||
const options: any = {};
|
||||
if (frameId != null) {
|
||||
options.frameId = frameId;
|
||||
|
||||
Reference in New Issue
Block a user