Skip to content

Commit

Permalink
README: fix trigger name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aupajo committed Jun 10, 2024
1 parent e7c1078 commit 13b7e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Examples are organized into [Auth0 Flows](https://auth0.com/docs/customize/actio
| Flow | Trigger | Export(s) |
| ---------------------- | ------------------------ | --------------------------------------------------- |
| Login | `post-login` | `onExecutePostLogin`, `onContinuePostLogin` |
| Machine to Machine | `client-credentials` | `onExecuteCredentialsExchange` |
| Machine to Machine | `credentials-exchange` | `onExecuteCredentialsExchange` |
| Password Reset | `post-challenge` | `onExecutePostChallenge`, `onContinuePostChallenge` |
| Post User Registration | `post-user-registration` | `onExecutePreUserRegistration` |
| Pre User Registration | `pre-user-registration` | `onExecutePreUserRegistration` |
Expand Down

0 comments on commit 13b7e36

Please sign in to comment.