mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
feat(notification-processing): [PM-19877] System Notification Implementation - Trying to have the notification present to prompt the browser extension to popup
This commit is contained in:
@@ -217,6 +217,7 @@ import {
|
||||
WebPushConnectionService,
|
||||
WebPushNotificationsApiService,
|
||||
} from "@bitwarden/common/platform/notifications/internal";
|
||||
import { SystemNotificationsService } from "@bitwarden/common/platform/notifications/system-notifications-service";
|
||||
import {
|
||||
DefaultTaskSchedulerService,
|
||||
TaskSchedulerService,
|
||||
@@ -967,6 +968,7 @@ const safeProviders: SafeProvider[] = [
|
||||
SignalRConnectionService,
|
||||
AuthServiceAbstraction,
|
||||
WebPushConnectionService,
|
||||
SystemNotificationsService,
|
||||
ActionsService,
|
||||
],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user