Skip to content

Commit

Permalink
Update src/gui/creds/webflowcredentials.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Cambra <[email protected]>
Signed-off-by: Owen Marshall <[email protected]>
  • Loading branch information
owenjm and claucambra committed Apr 24, 2023
1 parent 064d518 commit 9a55ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/creds/webflowcredentials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ bool WebFlowCredentials::stillValid(QNetworkReply *reply) {
qCWarning(lcWebFlowCredentials()) << reply->error();
qCWarning(lcWebFlowCredentials()) << reply->errorString();
const auto accounts = AccountManager::instance()->accounts();
for (auto account : accounts) {
account->freshConnectionAttempt();
}
for (auto account : accounts) {
account->freshConnectionAttempt();
}
}
return (reply->error() != QNetworkReply::AuthenticationRequiredError);
}
Expand Down

0 comments on commit 9a55ef9

Please sign in to comment.