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:
committed by
DerLinkman
parent
593e581cf3
commit
1ab1505c88
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user