mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
When vault is locked also check for personal ownership policy
This commit is contained in:
@@ -192,6 +192,10 @@ export default class NotificationBackground {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (await this.vaultTimeoutService.isLocked()) {
|
if (await this.vaultTimeoutService.isLocked()) {
|
||||||
|
if (!(await this.allowPersonalOwnership())) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
this.pushAddLoginToQueue(loginDomain, loginInfo, tab, true);
|
this.pushAddLoginToQueue(loginDomain, loginInfo, tab, true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user