Skip to content

Commit

Permalink
adjust URL for warnings in logger to match docs. (#593)
Browse files Browse the repository at this point in the history
Fixes #592
  • Loading branch information
Josh Pollock authored Aug 29, 2020
1 parent 6310311 commit 73d21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const logger = {
console.warn(
`[next-auth][warn][${warnCode.toLowerCase()}]`,
text,
`\nhttps://next-auth.js.org/warning#${warnCode.toLowerCase()}`
`\nhttps://next-auth.js.org/warnings#${warnCode.toLowerCase()}`
)
},
debug: (debugCode, ...text) => {
Expand Down

1 comment on commit 73d21e6

@vercel
Copy link

@vercel vercel bot commented on 73d21e6 Aug 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.