diff --git a/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl b/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl index a1cba6d2..805f84e8 100644 --- a/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +++ b/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl @@ -275,7 +275,7 @@ return out; key == "realmAttributes" ) > - <#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]> + <#local out_seq += ["/*" + path?join(".") + "." + key + " excluded*/"]> <#continue> @@ -287,7 +287,7 @@ return out; <#attempt> <#-- https://github.com/keycloak/keycloak/blob/3a2bf0c04bcde185e497aaa32d0bb7ab7520cf4a/themes/src/main/resources/theme/base/login/template.ftl#L63 --> <#if !(auth?has_content && auth.showUsername() && !auth.showResetCredentials())> - <#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]> + <#local out_seq += ["/*" + path?join(".") + "." + key + " excluded*/"]> <#continue> <#recover>