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

Fix weird KDE bug with loginflowv2
This commit is contained in:
Roeland Jago Douma 2019-10-26 13:53:01 +02:00 committed by GitHub
commit bc4ed80439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

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