show default login screen as long as saml is not configured

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Björn Schiessle 2018-08-14 09:39:08 +02:00
parent 1eccb28948
commit 3f5fd1cdac
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6

View file

@ -69,6 +69,8 @@ switch($config->getAppValue('user_saml', 'type')) {
case 'environment-variable':
$type = 'environment-variable';
break;
default:
return;
}
if($returnScript === true) {