feat: remover variável de ambiente NEXT_PUBLIC_GOOGLE_OAUTH_ENABLED

Removida a variável de ambiente NEXT_PUBLIC_GOOGLE_OAUTH_ENABLED do
arquivo .env.example e ajustada a lógica de verificação do login
com Google no cliente de autenticação. Agora, a disponibilidade
do login com Google sempre retorna true, e a validação real
deve ser feita no servidor. Também removido o script de lint
do package.json.
This commit is contained in:
Felipe Coutinho
2025-11-16 00:54:04 -03:00
parent c0f5e671ec
commit 9c004ca879
3 changed files with 11 additions and 7 deletions

View File

@@ -34,7 +34,6 @@ RESEND_FROM_EMAIL=noreply@example.com
# Google: https://console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXT_PUBLIC_GOOGLE_OAUTH_ENABLED=true
# === AI Providers (Opcional) ===
ANTHROPIC_API_KEY=