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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user