From 7b581b4e39a599bd46e76205a149e4f1d4c526a1 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:38:12 +0800 Subject: [PATCH] fix(web): update Google OAuth Client ID Co-Authored-By: Claude Opus 4.5 --- apps/web/app/providers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/providers.tsx b/apps/web/app/providers.tsx index c8a9530b..97ab9e36 100644 --- a/apps/web/app/providers.tsx +++ b/apps/web/app/providers.tsx @@ -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 (