KEYCLOAK-12817: Password form is stretched if IdP is configured
This commit is contained in:
parent
695fb92241
commit
c78087c3ed
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<#import "template.ftl" as layout>
|
||||
<@layout.registrationLayout displayInfo=social.displayInfo displayWide=(realm.password && social.providers??); section>
|
||||
<@layout.registrationLayout displayInfo=false displayWide=false; section>
|
||||
<#if section = "header">
|
||||
${msg("doLogIn")}
|
||||
<#elseif section = "form">
|
||||
|
|
Loading…
Reference in a new issue