keycloakify 4.5.1 → 4.5.2-beta.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.
@@ -144,6 +144,15 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
144
144
 
145
145
  </#if>
146
146
 
147
+ <#if
148
+ ["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
149
+ are_same_path(path, ["brokerContext"])
150
+ >
151
+ <#continue>
152
+ </#if>
153
+
154
+ <#if key == "identityProviderBrokerCtx" && are_same_path(path, []) ><#continue></#if>
155
+
147
156
  <#attempt>
148
157
  <#if !object[key]??>
149
158
  <#continue>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "4.5.1",
3
+ "version": "4.5.2-beta.0",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",
@@ -144,6 +144,15 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
144
144
 
145
145
  </#if>
146
146
 
147
+ <#if
148
+ ["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
149
+ are_same_path(path, ["brokerContext"])
150
+ >
151
+ <#continue>
152
+ </#if>
153
+
154
+ <#if key == "identityProviderBrokerCtx" && are_same_path(path, []) ><#continue></#if>
155
+
147
156
  <#attempt>
148
157
  <#if !object[key]??>
149
158
  <#continue>