mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
fix: github auth broke
This commit is contained in:
parent
8673eb17e9
commit
68fa74add2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { prisma } from "@/lib/prisma";
|
||||||
|
|
||||||
export const { handlers, signIn, signOut, auth } = NextAuth({
|
export const { handlers, signIn, signOut, auth } = NextAuth({
|
||||||
adapter: PrismaAdapter(prisma),
|
adapter: PrismaAdapter(prisma),
|
||||||
providers: [Discord, Github, Google],
|
providers: [Discord, Github({ issuer: "https://github.com/login/oauth" }), Google],
|
||||||
pages: {
|
pages: {
|
||||||
signIn: "/login",
|
signIn: "/login",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue