summaryrefslogtreecommitdiffstats
path: root/src/auth/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/types.rs')
-rw-r--r--src/auth/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth/types.rs b/src/auth/types.rs
index 79cf84f..f455657 100644
--- a/src/auth/types.rs
+++ b/src/auth/types.rs
@@ -31,7 +31,7 @@ pub(super) struct Token {
pub struct MsaUser {
#[serde(skip_serializing_if = "Option::is_none")]
pub profile: Option<UserProfile>,
- pub xuid: Uuid,
+ pub xuid: Option<Uuid>,
pub(super) client_id: oauth2::ClientId,