fix: abort device code properly

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-06-01 14:18:22 +05:00
parent bf8d1ca1f8
commit c7a7306e1b
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -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()