Fix auth.ts
This commit is contained in:
parent
41dc996053
commit
2f212bfe12
1 changed files with 1 additions and 1 deletions
2
auth.ts
2
auth.ts
|
|
@ -1,5 +1,5 @@
|
||||||
import NextAuth from "@auth/nextjs";
|
import NextAuth from "@auth/nextjs";
|
||||||
import GitHub from "@auth/core/providers/github";
|
import GitHub from "@auth/nextjs/providers/github";
|
||||||
import { NextResponse } from "next/server";
|
import { NextResponse } from "next/server";
|
||||||
|
|
||||||
export const {
|
export const {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue