From 4995d6737f47554705df24388156000665bcb491 Mon Sep 17 00:00:00 2001 From: Pavel Svitek <123108015+pavelsvitek@users.noreply.github.com> Date: Mon, 3 Jul 2023 12:16:21 +0200 Subject: [PATCH] Update next-auth.mdx Fix docs according to v2.0.0-beta.29 --- app/pages/docs/next-auth.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pages/docs/next-auth.mdx b/app/pages/docs/next-auth.mdx index 0df7437d..d19302ec 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") /** @@ -187,7 +187,7 @@ Add a link to your app with URL format of would be like this: ```tsx -Log In With GitHub +Log In With GitHub ``` ## Detailed Usage Instructions {#detailed-usage-instructions}