diff --git a/docs/docs/configuration/nextjs.md b/docs/docs/configuration/nextjs.md index 78d2d5fdfc..470c29137a 100644 --- a/docs/docs/configuration/nextjs.md +++ b/docs/docs/configuration/nextjs.md @@ -159,7 +159,7 @@ Callbacks are asynchronous functions you can use to control what happens when an Specify URLs to be used if you want to create custom sign in, and error pages. Pages specified will override the corresponding built-in page. -:::note +:::info This should match the `pages` configuration that's found in `[...nextauth].ts`. :::