mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 21:06:58 +03:00
fix(LaunchController): emit failed with correct reason
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
b114d043f6
commit
f7941b6431
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue