Skip to content

Commit

Permalink
fix(docs): import NextAuth correctly (#6206)
Browse files Browse the repository at this point in the history
fix(docs): fix typo
  • Loading branch information
jferrettiboke committed Dec 27, 2022
1 parent 8e4db38 commit 554ec43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/nextjs.md
Expand Up @@ -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 = {
Expand Down

1 comment on commit 554ec43

@vercel
Copy link

@vercel vercel bot commented on 554ec43 Dec 27, 2022

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.