1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

push notifications logging

This commit is contained in:
Maciej Zieniuk
2024-12-24 15:51:41 +00:00
parent 35f4edddcf
commit 4dd6a1d15d

View File

@@ -151,6 +151,8 @@ export class NotificationsService implements NotificationsServiceAbstraction {
return;
}
this.logService.info("Notification:", notification);
switch (notification.type) {
case NotificationType.SyncCipherCreate:
case NotificationType.SyncCipherUpdate: