fix(LaunchController): emit failed with correct reason

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-03-04 21:46:20 +05:00
parent b114d043f6
commit f7941b6431
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -356,7 +356,7 @@ bool LaunchController::reauthenticateAccount(MinecraftAccountPtr account, QStrin
}
}
emitFailed(tr("The account has expired and needs to be reauthenticated"));
emitFailed(reason);
return false;
}