fix(web): update Google OAuth Client ID
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5c5ac76693
commit
7b581b4e39
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue