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({