diff --git a/app/pages/docs/next-auth.mdx b/app/pages/docs/next-auth.mdx index 0df7437d..d835e4ef 100644 --- a/app/pages/docs/next-auth.mdx +++ b/app/pages/docs/next-auth.mdx @@ -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") /**