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

@ -58,6 +58,7 @@
</div>
</form>
</#if>
</div>
</div>
<#if realm.password && social.providers??>