We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6996a42 commit 6a4d076Copy full SHA for 6a4d076
pkg/events/client.go
@@ -65,6 +65,7 @@ const (
65
InvitationCreated = "invitation.created"
66
MagicAuthCreated = "magic_auth.created"
67
PasswordResetCreated = "password_reset.created"
68
+ PasswordResetSucceeded = "password_reset.succeeded"
69
// Organization Domain Events
70
OrganizationDomainVerified = "organization_domain.verified"
71
OrganizationDomainVerificationFailed = "organization_domain.verification_failed"
0 commit comments