fix: discord provider scope

This commit is contained in:
Bereket Engida
2024-09-30 20:08:17 +03:00
parent b9742d29ad
commit b4642c2ad5
5 changed files with 50 additions and 25 deletions

View File

@@ -84,5 +84,9 @@ export const auth = betterAuth({
clientId: process.env.GOOGLE_CLIENT_ID || "",
clientSecret: process.env.GOOGLE_CLIENT_SECRET || "",
},
discord: {
clientId: process.env.DISCORD_CLIENT_ID || "",
clientSecret: process.env.DISCORD_CLIENT_SECRET || "",
},
},
});