mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-03-23 13:20:46 +00:00
NOISSUE fix error string for Xbox authorization failures
This commit is contained in:
parent
ed99c6a0dc
commit
edeffef51d
@ -65,7 +65,7 @@ void XboxAuthorizationStep::onRequestDone(
|
||||
if(!processSTSError(error, data, headers)) {
|
||||
emit finished(
|
||||
AccountTaskState::STATE_FAILED_SOFT,
|
||||
tr("Failed to get authorization for %1 services. Error %1.").arg(m_authorizationKind, error)
|
||||
tr("Failed to get authorization for %1 services. Error %2.").arg(m_authorizationKind, error)
|
||||
);
|
||||
}
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user