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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
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); |
|
|
|
|
|
|
|
|