remove discord provider
This commit is contained in:
parent
5ebccfbbdf
commit
4ed74711f9
1 changed files with 0 additions and 4 deletions
|
|
@ -47,10 +47,6 @@ export const authOptions: NextAuthOptions = {
|
||||||
},
|
},
|
||||||
adapter: PrismaAdapter(prisma),
|
adapter: PrismaAdapter(prisma),
|
||||||
providers: [
|
providers: [
|
||||||
DiscordProvider({
|
|
||||||
clientId: env.DISCORD_CLIENT_ID,
|
|
||||||
clientSecret: env.DISCORD_CLIENT_SECRET,
|
|
||||||
}),
|
|
||||||
/**
|
/**
|
||||||
* ...add more providers here.
|
* ...add more providers here.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue