1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

Add missing event type from server (#231)

This commit is contained in:
Matt Gibson 2020-12-16 15:04:05 -06:00 committed by GitHub
parent ceb78d054c
commit 697e755c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ export enum EventType {
OrganizationUser_Updated = 1502,
OrganizationUser_Removed = 1503,
OrganizationUser_UpdatedGroups = 1504,
OrganizationUser_UnlinkedSso = 1505,
Organization_Updated = 1600,
Organization_PurgedVault = 1601,