diff options
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 0231e7775..d4cc89fb8 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -166,6 +166,7 @@ void QMLManager::saveCloudCredentials() syncLoadFromCloud(); QString url; getCloudURL(url); + manager()->clearAccessCache(); // remove any chached credentials openLocalThenRemote(url); } } |