From 80baecf08883359950b7649276310dd15bb36cc8 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Mon, 13 Jan 2025 11:51:33 -0500 Subject: [PATCH] Remove irrelevant FIXME comment --- launcher/minecraft/auth/steps/YggdrasilStep.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launcher/minecraft/auth/steps/YggdrasilStep.cpp b/launcher/minecraft/auth/steps/YggdrasilStep.cpp index e2f609743..768e8abe4 100644 --- a/launcher/minecraft/auth/steps/YggdrasilStep.cpp +++ b/launcher/minecraft/auth/steps/YggdrasilStep.cpp @@ -242,8 +242,7 @@ void YggdrasilStep::processResponse(QJsonObject responseData) m_data->yggdrasilToken.validity = Validity::Certain; m_data->yggdrasilToken.issueInstant = QDateTime::currentDateTimeUtc(); - // Get UUID here since we need it for later - // FIXME: Here is a simple workaround for now,, which uses the first available profile when selectedProfile is not provided + // Select a profile auto profile = responseData.value("selectedProfile"); if (profile.isObject()) { m_didSelectProfile = false;