fix: better error reporting

This commit is contained in:
Bereket Engida
2024-09-24 08:54:02 +03:00
parent e330c9f702
commit 5f28161ac4
7 changed files with 25 additions and 36 deletions

View File

@@ -82,7 +82,7 @@ export const auth = betterAuth({
clientSecret: process.env.GITHUB_CLIENT_SECRET || "",
},
google: {
clientId: process.env.GOOGLE_CLIENT_ID || "",
clientId: "",
clientSecret: process.env.GOOGLE_CLIENT_SECRET || "",
},
},