summaryrefslogtreecommitdiffstats
path: root/core/cloudstorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/cloudstorage.cpp')
-rw-r--r--core/cloudstorage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cloudstorage.cpp b/core/cloudstorage.cpp
index b6a16f8d2..46888e2b2 100644
--- a/core/cloudstorage.cpp
+++ b/core/cloudstorage.cpp
@@ -61,6 +61,7 @@ void CloudStorageAuthenticate::uploadFinished()
myLastError.clear();
} else if (cloudAuthReply == QLatin1String("[VERIFY]")) {
csSettings.setVerificationStatus(CS_NEED_TO_VERIFY);
+ report_error(qPrintable(tr("Cloud account verification required, enter PIN in preferences")));
} else if (cloudAuthReply == QLatin1String("[PASSWDCHANGED]")) {
free(prefs.cloud_storage_password);
prefs.cloud_storage_password = prefs.cloud_storage_newpassword;