Skip to content

Commit 9781285

Browse files
authored
Merge pull request #17688 from nextcloud/backport/17626/stable17
[stable17] Fix weird KDE bug with loginflowv2
2 parents 7b766fa + a33b051 commit 9781285

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/Service/LoginFlowV2Service.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ public function startLoginFlow(string $loginToken): bool {
131131
return false;
132132
}
133133

134-
if ($data->getStarted() !== 0) {
135-
return false;
136-
}
137-
138134
$data->setStarted(1);
139135
$this->mapper->update($data);
140136

0 commit comments

Comments
 (0)