1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Add NotificationType.SyncOrganizations (#7924)

This commit is contained in:
Thomas Rittson
2024-02-14 04:15:52 +10:00
committed by GitHub
parent 6f9e6a9fec
commit c8b04729cb
3 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ export class NotificationResponse extends BaseResponse {
break;
case NotificationType.SyncVault:
case NotificationType.SyncCiphers:
case NotificationType.SyncOrganizations:
case NotificationType.SyncOrgKeys:
case NotificationType.SyncSettings:
case NotificationType.LogOut: