From 78d8be2a90591b628f44d282caa924f5faa151c3 Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Mon, 21 Jul 2025 15:51:42 -0400 Subject: [PATCH] feat(notification-processing): [PM-19877] System Notification Implementation - Cleaned up module usage. --- apps/browser/src/background/main.background.ts | 2 -- libs/angular/src/services/jslib-services.module.ts | 3 --- 2 files changed, 5 deletions(-) diff --git a/apps/browser/src/background/main.background.ts b/apps/browser/src/background/main.background.ts index 70960c07a63..a2f24bd5825 100644 --- a/apps/browser/src/background/main.background.ts +++ b/apps/browser/src/background/main.background.ts @@ -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); diff --git a/libs/angular/src/services/jslib-services.module.ts b/libs/angular/src/services/jslib-services.module.ts index a6db0bb5fb2..0d18e36bb2a 100644 --- a/libs/angular/src/services/jslib-services.module.ts +++ b/libs/angular/src/services/jslib-services.module.ts @@ -217,7 +217,6 @@ import { WebPushConnectionService, WebPushNotificationsApiService, } from "@bitwarden/common/platform/notifications/internal"; -import { SystemNotificationsService } from "@bitwarden/common/platform/notifications/system-notifications-service"; import { DefaultTaskSchedulerService, TaskSchedulerService, @@ -968,8 +967,6 @@ const safeProviders: SafeProvider[] = [ SignalRConnectionService, AuthServiceAbstraction, WebPushConnectionService, - SystemNotificationsService, - ActionsService, ], }), safeProvider({