File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ type EventType string
27
27
28
28
// See https://docs.castle.io/docs/events
29
29
const (
30
- EventTypeLogin EventType = "$login"
31
- EventTypeRegistration EventType = "$registration"
32
- EventTypeProfileUpdate EventType = "$profile_update"
33
- EventTypeProfileReset EventType = "$profile_reset"
34
- EventTypePasswordResetRequest EventType = "$password_reset_request"
35
- EventTypeChallenge EventType = "$challenge"
30
+ EventTypeLogin EventType = "$login"
31
+ EventTypeRegistration EventType = "$registration"
32
+ EventTypeProfileUpdate EventType = "$profile_update"
33
+ EventTypeProfileReset EventType = "$profile_reset"
34
+ EventTypePasswordResetRequest EventType = "$password_reset_request"
35
+ EventTypeChallenge EventType = "$challenge"
36
+ EventTypeLogout EventType = "&logout"
36
37
)
37
38
38
39
// EventStatus is an enum defining the statuses for a given event.
You can’t perform that action at this time.
0 commit comments