keycloakify 8.2.1 → 8.2.2
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.
@@ -478,6 +478,12 @@
|
|
478
478
|
"error.ftl" == pageId &&
|
479
479
|
are_same_path(path, ["realm"]) &&
|
480
480
|
!["name", "displayName", "displayNameHtml", "internationalizationEnabled", "registrationEmailAsUsername" ]?seq_contains(key)
|
481
|
+
) || (
|
482
|
+
"applications.ftl" == pageId &&
|
483
|
+
are_same_path(path, ["applications", "applications", "*", "client", "realm"])
|
484
|
+
) || (
|
485
|
+
"applications.ftl" == pageId &&
|
486
|
+
"masterAdminClient" == key
|
481
487
|
)
|
482
488
|
>
|
483
489
|
<#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|
package/package.json
CHANGED
@@ -478,6 +478,12 @@
|
|
478
478
|
"error.ftl" == pageId &&
|
479
479
|
are_same_path(path, ["realm"]) &&
|
480
480
|
!["name", "displayName", "displayNameHtml", "internationalizationEnabled", "registrationEmailAsUsername" ]?seq_contains(key)
|
481
|
+
) || (
|
482
|
+
"applications.ftl" == pageId &&
|
483
|
+
are_same_path(path, ["applications", "applications", "*", "client", "realm"])
|
484
|
+
) || (
|
485
|
+
"applications.ftl" == pageId &&
|
486
|
+
"masterAdminClient" == key
|
481
487
|
)
|
482
488
|
>
|
483
489
|
<#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|