QML UI: correctly check cloud verification status
Oops. That's embarrassing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6cf100f1cc
commit
8d83edc48a
@ -293,7 +293,7 @@ void QMLManager::saveCloudCredentials()
|
||||
currentGitLocalOnly = prefs.git_local_only;
|
||||
prefs.git_local_only = false;
|
||||
openLocalThenRemote(url);
|
||||
} else if (prefs.cloud_verification_status = CS_NEED_TO_VERIFY && !cloudPin().isEmpty()) {
|
||||
} else if (prefs.cloud_verification_status == CS_NEED_TO_VERIFY && !cloudPin().isEmpty()) {
|
||||
// the user entered a PIN?
|
||||
tryRetrieveDataFromBackend();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user