GH-4071 handle invalid MSA refresh token as a hard error
This commit is contained in:
parent
285188ea53
commit
859d710581
2 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue