keycloakify 6.13.6 → 6.13.7

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.
@@ -176,7 +176,7 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
176
176
  are_same_path(path, ["realm"])
177
177
  ) || (
178
178
  "smtpConfig" == key &&
179
- are_same_path(path, ["realm"]) &&
179
+ are_same_path(path, ["realm"])
180
180
  ) || (
181
181
  "error.ftl" == pageId &&
182
182
  are_same_path(path, ["realm"]) &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "6.13.6",
3
+ "version": "6.13.7",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",
@@ -176,7 +176,7 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
176
176
  are_same_path(path, ["realm"])
177
177
  ) || (
178
178
  "smtpConfig" == key &&
179
- are_same_path(path, ["realm"]) &&
179
+ are_same_path(path, ["realm"])
180
180
  ) || (
181
181
  "error.ftl" == pageId &&
182
182
  are_same_path(path, ["realm"]) &&