This commit is contained in:
Joseph Garrone 2024-02-27 23:19:55 +01:00
parent 20c28f785a
commit ba74952e0b

View File

@ -494,6 +494,9 @@
key == "realm" || key == "realm" ||
key == "container" key == "container"
) )
) || (
are_same_path(path, ["user"]) &&
key == "delegateForUpdate"
) )
> >
<#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]> <#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>