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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user