This commit is contained in:
Nerixyz 2024-11-09 12:55:47 +01:00
parent 77ea204be0
commit 5877c60478
No known key found for this signature in database
GPG key ID: 946BA188C5609CCC

View file

@ -57,7 +57,7 @@ bool logInWithImplicitGrantCredentials(QWidget *parent, const QString &userID,
errors.append("Missing OAuth Token"); errors.append("Missing OAuth Token");
} }
if (errors.length() > 0) if (!errors.empty())
{ {
QMessageBox messageBox(parent); QMessageBox messageBox(parent);
messageBox.setWindowTitle("Invalid account credentials"); messageBox.setWindowTitle("Invalid account credentials");