KEYCLOAK-8036 Fix misplaced IdP buttons
This commit is contained in:
parent
d1ae13c208
commit
ab77140454
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
</div>
|
||||
</form>
|
||||
</#if>
|
||||
</div>
|
||||
<#if realm.password && social.providers??>
|
||||
<div id="kc-social-providers" class="${properties.kcFormSocialAccountContentClass!} ${properties.kcFormSocialAccountClass!}">
|
||||
<ul class="${properties.kcFormSocialAccountListClass!} <#if social.providers?size gt 4>${properties.kcFormSocialAccountDoubleListClass!}</#if>">
|
||||
|
@ -58,7 +59,6 @@
|
|||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
</div>
|
||||
</div>
|
||||
<#elseif section = "info" >
|
||||
<#if realm.password && realm.registrationAllowed && !usernameEditDisabled??>
|
||||
|
|
Loading…
Reference in a new issue