From 7be67a5fca98301356b1b48bf3dd3c5d56e88470 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 1 Jan 2026 15:20:56 +0100 Subject: [PATCH] Fix browser --- apps/browser/src/background/main.background.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,