Fix weird KDE bug with loginflowv2

It seems that KDE by default opens the url in secret.
Should fix: https://github.com/nextcloud/desktop/issues/1412

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-10-21 20:58:40 +02:00
parent d092822263
commit 0a2175a3e5
No known key found for this signature in database
GPG Key ID: F941078878347C0C
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);