1
0
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:
Patrick Pimentel
2025-07-17 18:01:59 -04:00
parent bcbca86320
commit b269eaed0b
11 changed files with 92 additions and 40 deletions

View File

@@ -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,
],
}),