From 965fa8f50a3e37ecab9688b128cc7e65bbd01057 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 19:05:13 +0800 Subject: feat: update Microsoft account client ID for authentication --- src-tauri/src/core/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/core/auth.rs b/src-tauri/src/core/auth.rs index ede8f5a..255a7db 100644 --- a/src-tauri/src/core/auth.rs +++ b/src-tauri/src/core/auth.rs @@ -82,7 +82,7 @@ pub fn generate_offline_uuid(username: &str) -> String { // --- Microsoft Auth Logic --- // Constants -const CLIENT_ID: &str = "fe165602-5410-4441-92f7-326e10a7cb82"; +const CLIENT_ID: &str = "499546d9-bbfe-4b9b-a086-eb3d75afb78f"; const SCOPE: &str = "XboxLive.Signin offline_access openid profile email"; #[derive(Debug, Serialize, Deserialize)] -- cgit v1.2.3-70-g09d2