1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-11 07:59:18 +00:00

[Web] remove sso login alertbox

This commit is contained in:
FreddleSpl0it
2023-05-16 10:44:14 +02:00
committed by DerLinkman
parent 593e581cf3
commit 1ab1505c88
2 changed files with 3 additions and 11 deletions

View File

@@ -29,8 +29,7 @@ $template_data = [
'oauth2_request' => @$_SESSION['oauth2_request'],
'is_mobileconfig' => str_contains($_SESSION['index_query_string'], 'mobileconfig'),
'login_delay' => @$_SESSION['ldelay'],
'has_keycloak_sso' => ($keycloak_provider) ? true : false,
'invalid_keycloak_sso' => $_SESSION['invalid_keycloak_sso']
'has_iam_sso' => ($iam_provider) ? true : false
];
$js_minifier->add('/web/js/site/index.js');