From 9bc9222be58627ca9f77e894b35bccc0b0d98715 Mon Sep 17 00:00:00 2001 From: 0xcathiefish <72328723+0xcathiefish@users.noreply.github.com> Date: Sat, 14 Feb 2026 15:47:23 +0000 Subject: [PATCH] Set local branch auth-config.js with real credentials Co-Authored-By: Claude Opus 4.6 --- frontend/auth-config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/auth-config.js b/frontend/auth-config.js index a465e65..510178a 100644 --- a/frontend/auth-config.js +++ b/frontend/auth-config.js @@ -1,7 +1,7 @@ -window.API_CONFIG = { baseUrl: 'https://xxx.xxx.com' }; +window.API_CONFIG = { baseUrl: 'https://api-view.cathiefish.org' }; const AUTH_CONFIG = { - clientId: 'xxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com', + clientId: '136939086552-bt28icv34nucmjna8hfndr6bopr5qcp4.apps.googleusercontent.com', onSuccess: (user) => { console.log('Authentication successful:', user.email); }, @@ -11,4 +11,4 @@ const AUTH_CONFIG = { }; window.AUTH_CONFIG = AUTH_CONFIG; -window.ALLOWED_EMAILS = ['your-email@gmail.com']; +window.ALLOWED_EMAILS = ['xiannvweideta@gmail.com'];