diff --git a/web/auth.ts b/web/auth.ts index 4a5e2f2..2572eda 100644 --- a/web/auth.ts +++ b/web/auth.ts @@ -4,7 +4,7 @@ import Discord from "next-auth/providers/discord" export const { handlers, signIn, signOut, auth } = NextAuth({ providers: [ Discord({ - authorization: "https://discord.com/api/oauth2/authorize?scope=identify+email+guilds", + authorization: "https://discord.com/api/oauth2/authorize?scope=identify+guilds", }), ], callbacks: {