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 {