Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/pages/docs/next-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gives you a lot more flexibility & control than NextAuth does
### 1. Add the NextAuth Adapter for `next.config.js` {#add-next-auth-adapter-next-config}

```ts
const { withNextAuthAdapter } = require("@blitzjs/auth/next-auth")
const { withNextAuthAdapter } = require("@blitzjs/auth")
const { withBlitz } = require("@blitzjs/next")

/**
Expand Down Expand Up @@ -187,7 +187,7 @@ Add a link to your app with URL format of
would be like this:

```tsx
<a href="/api/auth/github">Log In With GitHub</a>
<a href="/api/auth/github/login">Log In With GitHub</a>
```

## Detailed Usage Instructions {#detailed-usage-instructions}
Expand Down