mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
NOISSUE introduce the concept of secrets static library
This commit is contained in:
parent
34a5459dce
commit
b2c1100b1c
10 changed files with 39 additions and 16 deletions
|
|
@ -570,6 +570,7 @@ void OAuth2::onRefreshFinished() {
|
|||
emit refreshFinished(QNetworkReply::NoError);
|
||||
qDebug() << "New token expires in" << expires() << "seconds";
|
||||
} else {
|
||||
emit linkingFailed();
|
||||
qDebug() << "OAuth2::onRefreshFinished: Error" << (int)refreshReply->error() << refreshReply->errorString();
|
||||
}
|
||||
refreshReply->deleteLater();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue