1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +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

@@ -20,4 +20,6 @@ export enum NotificationType {
AuthRequest = 15,
AuthRequestResponse = 16,
SyncOrganizations = 17,
}