1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

renamed event to updated2fa

This commit is contained in:
Kyle Spearrin 2018-10-09 16:00:50 -04:00
parent 6f3806845d
commit 3ca1544eb3

View File

@ -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,