Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
renamed event to updated2fa
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Oct 9, 2018
1 parent 6f38068 commit 3ca1544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums/eventType.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export enum EventType {
User_LoggedIn = 1000,
User_ChangedPassword = 1001,
User_Enabled2fa = 1002,
User_Updated2fa = 1002,
User_Disabled2fa = 1003,
User_Recovered2fa = 1004,
User_FailedLogIn = 1005,
Expand Down

0 comments on commit 3ca1544

Please sign in to comment.