1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 17:43:22 +00:00

docs(notification-processing): [PM-19877] System Notification Implementation - Addressed more feedback. I think it's good, going to pull into other branch to test

This commit is contained in:
Patrick Pimentel
2025-08-07 10:15:04 -04:00
parent 2086a291fe
commit 64c24d073c
4 changed files with 53 additions and 70 deletions

View File

@@ -213,6 +213,8 @@ export class DefaultServerNotificationsService implements ServerNotificationsSer
await this.syncService.syncDeleteSend(notification.payload as SyncSendNotification);
break;
case NotificationType.AuthRequest:
// create notification
this.messagingService.send("openLoginApproval", {
notificationId: notification.payload.id,
});