From ead933d2207825d4dd292e980aacefe6cb8bf504 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 30 Jan 2025 12:09:37 -0600 Subject: non-working: auth --- src/auth/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auth/types.rs') 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, - pub xuid: Uuid, + pub xuid: Option, pub(super) client_id: oauth2::ClientId, -- cgit v1.2.3-70-g09d2