From 31038935ffc5c4d6d0d9dd0571a195bfb7cbc32d Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Thu, 10 Aug 2023 16:29:46 -0400 Subject: [PATCH] Update src/tools/auth0/handlers/hooks.ts Co-authored-by: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> --- src/tools/auth0/handlers/hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/auth0/handlers/hooks.ts b/src/tools/auth0/handlers/hooks.ts index e09985916..dbdde96e7 100644 --- a/src/tools/auth0/handlers/hooks.ts +++ b/src/tools/auth0/handlers/hooks.ts @@ -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 {