KEYCLOAK-19281 Added missing closing div tag in login-username template (#8435)

This commit is contained in:
Jeswin Simon 2021-09-15 20:22:11 +05:30 committed by GitHub
parent 93e229e45d
commit daf39e2a63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@
</form>
</#if>
</div>
</div>
<#if realm.password && social.providers??>
<div id="kc-social-providers" class="${properties.kcFormSocialAccountSectionClass!}">