Skip to content

Commit

Permalink
Fix missing Enum attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Nov 3, 2023
1 parent ddb17ac commit 0f6f562
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class EventType(Enum):
# User login
USER_LOGIN_FAILURE = "USER_LOGIN_FAILURE"
USER_LOGIN_SUCCESS = "USER_LOGIN_SUCCESS"
USER_PASSWORD_UPGRADE = "USER_PASSWORD_UPGRADE"
USER_LOGOUT = "USER_LOGOUT"

# Device events
Expand Down

0 comments on commit 0f6f562

Please sign in to comment.