mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
Fix browser
This commit is contained in:
@@ -689,7 +689,9 @@ export default class MainBackground {
|
||||
logoutCallback,
|
||||
);
|
||||
|
||||
this.securityStateService = new DefaultSecurityStateService(this.stateProvider);
|
||||
this.securityStateService = new DefaultSecurityStateService(
|
||||
this.accountCryptographicStateService,
|
||||
);
|
||||
|
||||
this.popupViewCacheBackgroundService = new PopupViewCacheBackgroundService(
|
||||
messageListener,
|
||||
|
||||
Reference in New Issue
Block a user