fix not working login with domain selectbox

This commit is contained in:
ralf 2023-02-03 09:56:51 +01:00
parent 21599f6097
commit 4f0e65c1a5

View File

@ -141,7 +141,7 @@ class Auth
Session::egw_setcookie(Session::EGW_SESSION_NAME, session_id());
}
$backend = self::backend($type ?? null);
$backend = self::backend($type ?? null, false);
return $backend instanceof Auth\BackendSSO ? $backend->login() : null;
}