mirror of
https://github.com/exchanges-lab/view.git
synced 2026-08-05 05:36:06 +08:00
Set local branch auth-config.js with real credentials
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
window.API_CONFIG = { baseUrl: 'https://xxx.xxx.com' };
|
window.API_CONFIG = { baseUrl: 'https://api-view.cathiefish.org' };
|
||||||
|
|
||||||
const AUTH_CONFIG = {
|
const AUTH_CONFIG = {
|
||||||
clientId: 'xxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com',
|
clientId: '136939086552-bt28icv34nucmjna8hfndr6bopr5qcp4.apps.googleusercontent.com',
|
||||||
onSuccess: (user) => {
|
onSuccess: (user) => {
|
||||||
console.log('Authentication successful:', user.email);
|
console.log('Authentication successful:', user.email);
|
||||||
},
|
},
|
||||||
@@ -11,4 +11,4 @@ const AUTH_CONFIG = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
window.AUTH_CONFIG = AUTH_CONFIG;
|
window.AUTH_CONFIG = AUTH_CONFIG;
|
||||||
window.ALLOWED_EMAILS = ['your-email@gmail.com'];
|
window.ALLOWED_EMAILS = ['xiannvweideta@gmail.com'];
|
||||||
|
|||||||
Reference in New Issue
Block a user