Fix UI issue when SSO account is required

This commit is contained in:
yflory 2024-01-29 15:25:20 +01:00
parent 523b54aa6f
commit a683f63061

View File

@ -60,7 +60,7 @@ define([
h('button.login', Msg.login_login),
]),
]),
h('div.col-md-3'),
h('div.col-md-3'+ssoEnforced),
h('div.col-md-3'+ssoEnabled),
h('div#ssoForm.form-group.col-md-6'+ssoEnabled, [
h('div.cp-login-sso', Msg.sso_login_description)