1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-17 08:43:18 +00:00

Add SsoFirstUse event type

This commit is contained in:
Thomas Rittson
2021-11-16 14:51:41 +10:00
parent 386903f5a9
commit c1f69c5f79

View File

@@ -47,6 +47,7 @@ export enum EventType {
OrganizationUser_ResetPassword_Withdraw = 1507, OrganizationUser_ResetPassword_Withdraw = 1507,
OrganizationUser_AdminResetPassword = 1508, OrganizationUser_AdminResetPassword = 1508,
OrganizationUser_ResetSsoLink = 1509, OrganizationUser_ResetSsoLink = 1509,
OrganizationUser_SsoFirstUse = 1510,
Organization_Updated = 1600, Organization_Updated = 1600,
Organization_PurgedVault = 1601, Organization_PurgedVault = 1601,