keycloakify 11.2.9-rc.0 → 11.2.9-rc.1
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.
package/package.json
CHANGED
@@ -235,6 +235,9 @@ function decodeHtmlEntities(htmlStr){
|
|
235
235
|
"identityFederationEnabled",
|
236
236
|
"userManagedAccessAllowed"
|
237
237
|
]?seq_contains(key)
|
238
|
+
) || (
|
239
|
+
["flowContext", "session", "realm"]?seq_contains(key) &&
|
240
|
+
areSamePath(path, ["social"])
|
238
241
|
)
|
239
242
|
>
|
240
243
|
<#-- <#local outSeq += ["/*" + path?join(".") + "." + key + " excluded*/"]> -->
|