KEYCLOAK-12817: Password form is stretched if IdP is configured

This commit is contained in:
Stan Silvert 2020-02-27 15:44:20 -05:00 committed by Bruno Oliveira da Silva
parent 695fb92241
commit c78087c3ed

View file

@ -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">