From 405923ecfdca7993a3f6433eba4f0de0d03161f5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 26 Oct 2017 15:57:03 +0200 Subject: Desktop UI: notify user if they need to enter a cloud PIN This will need to be merged / cleaned up once the git storage fixes have been merged. Signed-off-by: Dirk Hohndel --- core/cloudstorage.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3-70-g09d2