Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-21 21:58:40 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-21 21:58:40 +0300
commit0a2175a3e5418a367a2dc4fb994a0987a9f9276c (patch)
treef031df3fe9c9d8f5694cfaed06c3e8306cc43b2c /core/Service
parentd0928222634b021028eb44ab954e6e671528114d (diff)
Fix weird KDE bug with loginflowv2
It seems that KDE by default opens the url in secret. Should fix: https://github.com/nextcloud/desktop/issues/1412 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/Service')
-rw-r--r--core/Service/LoginFlowV2Service.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Service/LoginFlowV2Service.php b/core/Service/LoginFlowV2Service.php
index d8912adfa02..e9d92acccbf 100644
--- a/core/Service/LoginFlowV2Service.php
+++ b/core/Service/LoginFlowV2Service.php
@@ -131,10 +131,6 @@ class LoginFlowV2Service {
return false;
}
- if ($data->getStarted() !== 0) {
- return false;
- }
-
$data->setStarted(1);
$this->mapper->update($data);