From c7a7306e1bde625fafd067c7c840e56b9360a467 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Mon, 1 Jun 2026 14:18:22 +0500 Subject: [PATCH] fix: abort device code properly Signed-off-by: Octol1ttle --- launcher/minecraft/auth/steps/MSADeviceCodeStep.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/launcher/minecraft/auth/steps/MSADeviceCodeStep.cpp b/launcher/minecraft/auth/steps/MSADeviceCodeStep.cpp index 3feb6852c..f95f4b477 100644 --- a/launcher/minecraft/auth/steps/MSADeviceCodeStep.cpp +++ b/launcher/minecraft/auth/steps/MSADeviceCodeStep.cpp @@ -153,7 +153,6 @@ void MSADeviceCodeStep::abort() m_request->abort(); } m_is_aborted = true; - emit finished(AccountTaskState::STATE_FAILED_HARD, tr("Task aborted")); } void MSADeviceCodeStep::startPoolTimer()