keycloakify 6.12.5 → 6.12.7-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -174,6 +174,10 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
|
174
174
|
) || (
|
175
175
|
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
176
176
|
are_same_path(path, ["realm"])
|
177
|
+
) || (
|
178
|
+
"error.ftl" == pageId &&
|
179
|
+
are_same_path(path, ["realm"]) &&
|
180
|
+
!["name", "displayName", "displayNameHtml", "internationalizationEnabled", "registrationEmailAsUsername" ]?seq_contains(key)
|
177
181
|
)
|
178
182
|
>
|
179
183
|
<#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|
package/package.json
CHANGED
@@ -174,6 +174,10 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
|
174
174
|
) || (
|
175
175
|
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
176
176
|
are_same_path(path, ["realm"])
|
177
|
+
) || (
|
178
|
+
"error.ftl" == pageId &&
|
179
|
+
are_same_path(path, ["realm"]) &&
|
180
|
+
!["name", "displayName", "displayNameHtml", "internationalizationEnabled", "registrationEmailAsUsername" ]?seq_contains(key)
|
177
181
|
)
|
178
182
|
>
|
179
183
|
<#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|