remove discord provider

This commit is contained in:
MarconLP 2023-04-10 21:10:40 +02:00
parent 5ebccfbbdf
commit 4ed74711f9
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

View file

@ -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.
* *