From 38bb98707e92747910793669d2f03dc7ee9533fd Mon Sep 17 00:00:00 2001 From: 1zuna Date: Thu, 21 Mar 2024 19:36:15 +0100 Subject: fix: GameOwnershipResponse key_id format (#138) --- azalea-auth/src/auth.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index 7b5846c4..e0a75adf 100755 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -238,6 +238,7 @@ pub struct MinecraftAuthResponse { pub struct GameOwnershipResponse { pub items: Vec, pub signature: String, + #[serde(rename = "keyId")] pub key_id: String, } -- cgit v1.2.3