mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-22 09:26:44 +00:00
GH-4071 handle invalid MSA refresh token as a hard error
This commit is contained in:
@@ -428,6 +428,7 @@ void DeviceFlow::onRefreshError(QNetworkReply::NetworkError error, QNetworkReply
|
||||
case QNetworkReply::AuthenticationRequiredError:
|
||||
case QNetworkReply::ContentAccessDenied:
|
||||
case QNetworkReply::ContentOperationNotPermittedError:
|
||||
case QNetworkReply::ProtocolInvalidOperationError:
|
||||
updateActivity(Activity::FailedHard);
|
||||
break;
|
||||
case QNetworkReply::ContentGoneError: {
|
||||
|
||||
Reference in New Issue
Block a user