重定向

This commit is contained in:
Xin Wang 2025-06-30 21:12:23 +08:00
parent 7e2384dbad
commit b9e611506e

View File

@ -1,7 +1,7 @@
// Mock Google OAuth configuration
const GOOGLE_CLIENT_ID = '1016208801816-qtvcvki2jobmcin1g4e7u4sotr0p8g3u.apps.googleusercontent.com';
const GOOGLE_REDIRECT_URI = typeof window !== 'undefined'
? `${window.location.origin}/api/auth/google/callback`
? 'https://movieflow.api.huiying.video/oauth/callback'
: '';
/**