Merge pull request #17689 from nextcloud/backport/17626/stable16

[stable16] Fix weird KDE bug with loginflowv2
This commit is contained in:
Roeland Jago Douma 2019-10-30 19:53:13 +01:00 committed by GitHub
commit 522d050731
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);