From 43ce6261089b4cc4f652895b2e2999b2ea47fbfb Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Wed, 26 Jun 2024 14:23:55 +0200 Subject: [PATCH] chore(dbAuth): Remove unmatched parenthesis in notes (#10884) --- packages/auth-providers/dbAuth/setup/src/setupData.ts | 2 +- packages/auth-providers/dbAuth/setup/src/webAuthn.setupData.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/auth-providers/dbAuth/setup/src/setupData.ts b/packages/auth-providers/dbAuth/setup/src/setupData.ts index 0ecf0052fc59..1979b6c0e6e7 100644 --- a/packages/auth-providers/dbAuth/setup/src/setupData.ts +++ b/packages/auth-providers/dbAuth/setup/src/setupData.ts @@ -67,7 +67,7 @@ export const notes = [ "You'll need to let Redwood know what fields you're using for your", "users' `id` and `username` fields. In this case we're using `id` and", '`email`, so update those in the `authFields` config in', - `\`${functionsPath}/auth.js\` (this is also the place to tell Redwood if`, + `\`${functionsPath}/auth.js\`. This is also the place to tell Redwood if`, 'you used a different name for the `hashedPassword`, `salt`,', '`resetToken` or `resetTokenExpiresAt`, fields:`', '', diff --git a/packages/auth-providers/dbAuth/setup/src/webAuthn.setupData.ts b/packages/auth-providers/dbAuth/setup/src/webAuthn.setupData.ts index 3fd3ada8a29b..c153ea96d0b6 100644 --- a/packages/auth-providers/dbAuth/setup/src/webAuthn.setupData.ts +++ b/packages/auth-providers/dbAuth/setup/src/webAuthn.setupData.ts @@ -91,7 +91,7 @@ export const notes = [ "You'll need to let Redwood know what fields you're using for your", "users' `id` and `username` fields. In this case we're using `id` and", '`email`, so update those in the `authFields` config in', - `\`${functionsPath}/auth.js\` (this is also the place to tell Redwood if`, + `\`${functionsPath}/auth.js\`. This is also the place to tell Redwood if`, 'you used a different name for the `hashedPassword`, `salt`,', '`resetToken` or `resetTokenExpiresAt`, fields:`', '',