diff options
-rw-r--r-- | core/Service/LoginFlowV2Service.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Service/LoginFlowV2Service.php b/core/Service/LoginFlowV2Service.php index d8912adfa02..e9d92acccbf 100644 --- a/core/Service/LoginFlowV2Service.php +++ b/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); |