1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

[EC-339] Add eventType and UI strings for Restore/Revoke OrgUser (#3137)

This commit is contained in:
Thomas Rittson
2022-07-20 11:57:25 +10:00
committed by GitHub
parent 00ac22ba01
commit adecf4eeba
2 changed files with 16 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ export enum EventType {
OrganizationUser_AdminResetPassword = 1508,
OrganizationUser_ResetSsoLink = 1509,
OrganizationUser_FirstSsoLogin = 1510,
OrganizationUser_Deactivated = 1511,
OrganizationUser_Activated = 1512,
Organization_Updated = 1600,
Organization_PurgedVault = 1601,