diff --git a/apps/browser/src/background/main.background.ts b/apps/browser/src/background/main.background.ts index 0da56cceaf2..ac625a961c0 100644 --- a/apps/browser/src/background/main.background.ts +++ b/apps/browser/src/background/main.background.ts @@ -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,