Merge pull request #169 from multica-ai/fix/google-oauth-client-id

fix(web): update Google OAuth Client ID
This commit is contained in:
Naiyuan Qing 2026-02-13 18:39:05 +08:00 committed by GitHub
commit 4b6f42cc21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ import { GoogleOAuthProvider } from '@react-oauth/google'
// Google OAuth Client ID
// TODO: Move to environment variable
const GOOGLE_CLIENT_ID = '69015293368-pg96qdahu57g8nb0oi1abv2j3qbqrshq.apps.googleusercontent.com'
const GOOGLE_CLIENT_ID = '749099552710-jgkkffvfca1j68jc23b9tq962494m8c2.apps.googleusercontent.com'
export function Providers({ children }: { children: React.ReactNode }) {
return (