Skip to content

Commit

Permalink
docs: Typo fixed (#8206)
Browse files Browse the repository at this point in the history
  • Loading branch information
JigolKa authored Aug 3, 2023
1 parent 9e0036b commit 12f0795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docs/configuration/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ The `middleware` function will only be invoked if the `authorized` callback retu

If you have a custom jwt decode method set in `[...nextauth].ts`, you must also pass the same `decode` method to `withAuth` in order to read the custom-signed JWT correctly. You may want to extract the encode/decode logic to a separate function for consistency.

``
```ts title="/api/auth/[...nextauth].ts"
import type { NextAuthOptions } from "next-auth"
import NextAuth from "next-auth"
Expand Down

1 comment on commit 12f0795

@vercel
Copy link

@vercel vercel bot commented on 12f0795 Aug 3, 2023

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.