Browse Source

Merge pull request #17626 from nextcloud/fix/weird_kde/loginflowv2

Fix weird KDE bug with loginflowv2
pull/17606/head
Roeland Jago Douma 7 years ago
committed by GitHub
parent
commit
bc4ed80439
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/Service/LoginFlowV2Service.php

4
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);

Loading…
Cancel
Save