diff --git a/themes/src/main/resources/theme/keycloak-preview/account/index.ftl b/themes/src/main/resources/theme/keycloak-preview/account/index.ftl index 2755da1249..b77cb05e6d 100644 --- a/themes/src/main/resources/theme/keycloak-preview/account/index.ftl +++ b/themes/src/main/resources/theme/keycloak-preview/account/index.ftl @@ -3,6 +3,11 @@ ${msg("accountManagementTitle")} + + + + + + + <#if properties.styles?has_content> + <#list properties.styles?split(' ') as style> + + + + + + <#if properties.scripts?has_content> + <#list properties.scripts?split(' ') as script> + + + + + + + - - <#if properties.styles?has_content> - <#list properties.styles?split(' ') as style> - - - - - - <#if properties.scripts?has_content> - <#list properties.scripts?split(' ') as script> - - - - - - - -