diff --git a/docs/docs/configuration/nextjs.md b/docs/docs/configuration/nextjs.md index 63d21fcff2..b67e470613 100644 --- a/docs/docs/configuration/nextjs.md +++ b/docs/docs/configuration/nextjs.md @@ -14,7 +14,7 @@ Otherwise, if you only want to get the session token, see [`getToken`](/tutorial In `[...nextauth].ts`: ```ts -import { NextAuth } from 'next-auth' +import NextAuth from 'next-auth' import type { NextAuthOptions } from 'next-auth' export const authOptions: NextAuthOptions = {