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:
parent
57f901e972
commit
bb42b520ef
|
@ -131,10 +131,6 @@ class LoginFlowV2Service {
|
|||
return false;
|
||||
}
|
||||
|
||||
if ($data->getStarted() !== 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$data->setStarted(1);
|
||||
$this->mapper->update($data);
|
||||
|
||||
|
|
Loading…
Reference in New Issue