NOISSUE introduce the concept of secrets static library
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user