mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix not working login with domain selectbox
This commit is contained in:
parent
21599f6097
commit
4f0e65c1a5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user