diff options
| author | 2026-01-21 14:49:39 +0800 | |
|---|---|---|
| committer | 2026-01-21 14:49:39 +0800 | |
| commit | 3688279b7ac5319433aa3dc8e456be13902c9fc5 (patch) | |
| tree | a536f93fd0ed972bd5103e3d0844cd524e5b16ca | |
| parent | 5d4c4450a6c4165f172f56a8cd504372a51e937a (diff) | |
| download | DropOut-3688279b7ac5319433aa3dc8e456be13902c9fc5.tar.gz DropOut-3688279b7ac5319433aa3dc8e456be13902c9fc5.zip | |
fix(auth): Remove commented-out prism's Client ID from auth.rs
| -rw-r--r-- | src-tauri/src/core/auth.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-tauri/src/core/auth.rs b/src-tauri/src/core/auth.rs index 7fa8cd0..b8158eb 100644 --- a/src-tauri/src/core/auth.rs +++ b/src-tauri/src/core/auth.rs @@ -88,7 +88,6 @@ pub fn generate_offline_uuid(username: &str) -> String { } const CLIENT_ID: &str = "fe165602-5410-4441-92f7-326e10a7cb82"; -// const CLIENT_ID: &str = "c36a9fb6-4f2a-41ff-90bd-ae7cc92031eb"; // ATLauncher's Client ID const SCOPE: &str = "XboxLive.SignIn XboxLive.offline_access"; #[derive(Debug, Serialize, Deserialize, TS)] |