Skip to content

Commit

Permalink
Update src/tools/auth0/handlers/hooks.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sergiu Ghitea <[email protected]>
  • Loading branch information
willvedd and sergiught authored Aug 10, 2023
1 parent a7e1ff5 commit 3103893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/auth0/handlers/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default class HooksHandler extends DefaultHandler {
if (!hooks) return;

log.warn(
'Hooks are deprecated and should be migrated to actions instead. See: https://auth0.com/docs/customize/actions/migrate/migrate-from-hooks-to-actions for more information.'
'Hooks are deprecated, migrate to using actions instead. See: https://auth0.com/docs/customize/actions/migrate/migrate-from-hooks-to-actions for more information.'
);

try {
Expand Down

0 comments on commit 3103893

Please sign in to comment.