From 2f212bfe126680c0c4152ddaa295921b9967b475 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Fri, 2 Jun 2023 10:08:16 -0400 Subject: [PATCH] Fix auth.ts --- auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.ts b/auth.ts index 90c29bfbd..85f3ab208 100644 --- a/auth.ts +++ b/auth.ts @@ -1,5 +1,5 @@ import NextAuth from "@auth/nextjs"; -import GitHub from "@auth/core/providers/github"; +import GitHub from "@auth/nextjs/providers/github"; import { NextResponse } from "next/server"; export const {