Merge pull request #17688 from nextcloud/backport/17626/stable17

[stable17] Fix weird KDE bug with loginflowv2
This commit is contained in:
Roeland Jago Douma 2019-10-30 19:53:09 +01:00 committed by GitHub
commit 97812856cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,10 +131,6 @@ class LoginFlowV2Service {
return false;
}
if ($data->getStarted() !== 0) {
return false;
}
$data->setStarted(1);
$this->mapper->update($data);