keycloakify 9.5.3 → 9.5.4
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.
@@ -494,6 +494,9 @@
|
|
494
494
|
key == "realm" ||
|
495
495
|
key == "container"
|
496
496
|
)
|
497
|
+
) || (
|
498
|
+
are_same_path(path, ["user"]) &&
|
499
|
+
key == "delegateForUpdate"
|
497
500
|
)
|
498
501
|
>
|
499
502
|
<#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|
package/package.json
CHANGED
@@ -494,6 +494,9 @@
|
|
494
494
|
key == "realm" ||
|
495
495
|
key == "container"
|
496
496
|
)
|
497
|
+
) || (
|
498
|
+
are_same_path(path, ["user"]) &&
|
499
|
+
key == "delegateForUpdate"
|
497
500
|
)
|
498
501
|
>
|
499
502
|
<#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|