diff --git a/src/background/notification.background.ts b/src/background/notification.background.ts index bd8d0115aa..9dec74e248 100644 --- a/src/background/notification.background.ts +++ b/src/background/notification.background.ts @@ -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; }