From f9ddc62cb2e76c7714604a075e922a909a267940 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Mon, 30 Jun 2025 21:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0url?= 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 c62408a..0a1ded1 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' - ? 'https://movieflow.api.huiying.video/oauth/callback' + ? 'https://movieflow.api.huiying.video/users/oauth/callback' : ''; /**