Skip to content

Commit 6a4d076

Browse files
authored
add password_reset.succeeded event type (#419)
1 parent 6996a42 commit 6a4d076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/events/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const (
6565
InvitationCreated = "invitation.created"
6666
MagicAuthCreated = "magic_auth.created"
6767
PasswordResetCreated = "password_reset.created"
68+
PasswordResetSucceeded = "password_reset.succeeded"
6869
// Organization Domain Events
6970
OrganizationDomainVerified = "organization_domain.verified"
7071
OrganizationDomainVerificationFailed = "organization_domain.verification_failed"

0 commit comments

Comments
 (0)