Skip to content

Commit 43ce626

Browse files
authored
chore(dbAuth): Remove unmatched parenthesis in notes (redwoodjs#10884)
1 parent 609cc55 commit 43ce626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/auth-providers/dbAuth/setup/src/setupData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const notes = [
6767
"You'll need to let Redwood know what fields you're using for your",
6868
"users' `id` and `username` fields. In this case we're using `id` and",
6969
'`email`, so update those in the `authFields` config in',
70-
`\`${functionsPath}/auth.js\` (this is also the place to tell Redwood if`,
70+
`\`${functionsPath}/auth.js\`. This is also the place to tell Redwood if`,
7171
'you used a different name for the `hashedPassword`, `salt`,',
7272
'`resetToken` or `resetTokenExpiresAt`, fields:`',
7373
'',

packages/auth-providers/dbAuth/setup/src/webAuthn.setupData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const notes = [
9191
"You'll need to let Redwood know what fields you're using for your",
9292
"users' `id` and `username` fields. In this case we're using `id` and",
9393
'`email`, so update those in the `authFields` config in',
94-
`\`${functionsPath}/auth.js\` (this is also the place to tell Redwood if`,
94+
`\`${functionsPath}/auth.js\`. This is also the place to tell Redwood if`,
9595
'you used a different name for the `hashedPassword`, `salt`,',
9696
'`resetToken` or `resetTokenExpiresAt`, fields:`',
9797
'',

0 commit comments

Comments
 (0)