1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

feat(notification-processing): [PM-19877] System Notification Implementation - Cleaned up module usage.

This commit is contained in:
Patrick Pimentel
2025-07-21 15:51:42 -04:00
parent 65f5478571
commit 78d8be2a90
2 changed files with 0 additions and 5 deletions

View File

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