mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-14 20:01:31 +01:00
When vault is locked also check for personal ownership policy
This commit is contained in:
parent
ad1653ec3f
commit
9d79bae1c8
@ -192,6 +192,10 @@ export default class NotificationBackground {
|
||||
}
|
||||
|
||||
if (await this.vaultTimeoutService.isLocked()) {
|
||||
if (!(await this.allowPersonalOwnership())) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.pushAddLoginToQueue(loginDomain, loginInfo, tab, true);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user