Merge pull request #17626 from nextcloud/fix/weird_kde/loginflowv2
Fix weird KDE bug with loginflowv2
This commit is contained in:
commit
bc4ed80439
1 changed files with 0 additions and 4 deletions
|
@ -131,10 +131,6 @@ class LoginFlowV2Service {
|
|||
return false;
|
||||
}
|
||||
|
||||
if ($data->getStarted() !== 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$data->setStarted(1);
|
||||
$this->mapper->update($data);
|
||||
|
||||
|
|
Loading…
Reference in a new issue