chore: remove hardcoded gemini oauth secret

This commit is contained in:
diegosouzapw
2026-04-08 17:31:03 -03:00
parent 7bd8ace1a2
commit 33aa182757

View File

@@ -44,7 +44,7 @@ export const GEMINI_CONFIG = {
clientId:
process.env.GEMINI_OAUTH_CLIENT_ID ||
"681255809395-oo8ft2oprdrnp9e3aqf6av3hmdib135j.apps.googleusercontent.com",
clientSecret: process.env.GEMINI_OAUTH_CLIENT_SECRET || "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",
clientSecret: process.env.GEMINI_OAUTH_CLIENT_SECRET || "",
authorizeUrl: "https://accounts.google.com/o/oauth2/v2/auth",
tokenUrl: "https://oauth2.googleapis.com/token",
userInfoUrl: "https://www.googleapis.com/oauth2/v1/userinfo",