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>
pull/17626/head
Roeland Jago Douma 5 years ago
parent d092822263
commit 0a2175a3e5
No known key found for this signature in database
GPG Key ID: F941078878347C0C

@ -131,10 +131,6 @@ class LoginFlowV2Service {
return false;
}
if ($data->getStarted() !== 0) {
return false;
}
$data->setStarted(1);
$this->mapper->update($data);

Loading…
Cancel
Save