diff options
| -rwxr-xr-x | azalea-auth/src/auth.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<GameOwnershipItem>, pub signature: String, + #[serde(rename = "keyId")] pub key_id: String, } |
