Browse Source

Add FirstSsoLogin event (#555)

pull/558/head
Thomas Rittson 4 years ago committed by GitHub
parent
commit
10fa164ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      common/src/enums/eventType.ts

1
common/src/enums/eventType.ts

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

Loading…
Cancel
Save