From b9e611506e0fc00f6becc50301bfb243755b49a7 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Mon, 30 Jun 2025 21:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth.ts b/lib/auth.ts index 581b44c..c62408a 100644 --- a/lib/auth.ts +++ b/lib/auth.ts @@ -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' : ''; /**