From 7525f93ea1c5edc02d77c385210bc2cbfc44f121 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Sun, 30 Oct 2022 19:37:18 +0100 Subject: [PATCH] Fix auth0 decoder import --- packages/auth-providers-setup/src/auth0/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth-providers-setup/src/auth0/setup.ts b/packages/auth-providers-setup/src/auth0/setup.ts index ef020db6f2f5..dc6d25154ec4 100644 --- a/packages/auth-providers-setup/src/auth0/setup.ts +++ b/packages/auth-providers-setup/src/auth0/setup.ts @@ -23,7 +23,7 @@ export const handler = async ({ rwVersion, force: forceArg }: Args) => { forceArg, provider: 'auth0', authDecoderImport: - "import { goTrueAuthDecoder as authDecoder } from '@redwoodjs/auth-providers-api'", + "import { auth0AuthDecoder as authDecoder } from '@redwoodjs/auth-providers-api'", apiPackages: ['@redwoodjs/auth-providers-api'], webPackages: ['@auth0/auth0-spa-js', '@redwoodjs/auth-providers-web'], notes: [