1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

Fix browser

This commit is contained in:
Bernd Schoolmann
2026-01-01 15:20:56 +01:00
parent dc75f19fcb
commit 7be67a5fca

View File

@@ -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,