chore: correct env.example

This commit is contained in:
Bereket Engida
2024-11-05 12:36:51 +03:00
parent 96920a0cc7
commit a1f202ee63
2 changed files with 2 additions and 2 deletions

View File

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