Skip to content

Commit

Permalink
chore(dbAuth): Remove unmatched parenthesis in notes (redwoodjs#10884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jun 26, 2024
1 parent 609cc55 commit 43ce626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/src/setupData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:`',
'',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:`',
'',
Expand Down

0 comments on commit 43ce626

Please sign in to comment.