1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 02:23:25 +00:00

Refresh identity token on SyncOrgKeys notification if feature flag is enabled

This commit is contained in:
Rui Tome
2025-02-03 12:42:57 +00:00
parent eb305310a2
commit 9f6ecfbbf2
4 changed files with 18 additions and 0 deletions

View File

@@ -1067,6 +1067,8 @@ export default class MainBackground {
new SignalRConnectionService(this.apiService, this.logService),
this.authService,
this.webPushConnectionService,
this.apiService,
this.configService,
);
this.fido2UserInterfaceService = new BrowserFido2UserInterfaceService(this.authService);