1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +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

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