aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/cloudstorage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/cloudstorage.cpp b/core/cloudstorage.cpp
index 46888e2b2..5a1f2b06a 100644
--- a/core/cloudstorage.cpp
+++ b/core/cloudstorage.cpp
@@ -59,7 +59,8 @@ void CloudStorageAuthenticate::uploadFinished()
nw->hideNotification();
*/
myLastError.clear();
- } else if (cloudAuthReply == QLatin1String("[VERIFY]")) {
+ } else if (cloudAuthReply == QLatin1String("[VERIFY]") ||
+ cloudAuthReply == QLatin1String("Invalid PIN")) {
csSettings.setVerificationStatus(CS_NEED_TO_VERIFY);
report_error(qPrintable(tr("Cloud account verification required, enter PIN in preferences")));
} else if (cloudAuthReply == QLatin1String("[PASSWDCHANGED]")) {