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

feat(inactive-user-server-notification): [PM-25130] Inactive User Server Notify - Added feature flag.

This commit is contained in:
Patrick Pimentel
2025-08-25 16:24:04 -04:00
parent aa7984cfb7
commit 6f1661e247
5 changed files with 76 additions and 31 deletions

View File

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