keycloakify 7.12.7 → 7.12.8

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.
@@ -465,7 +465,7 @@
465
465
  ) || (
466
466
  <#-- https://github.com/keycloakify/keycloakify/issues/362 -->
467
467
  ["secretData", "value"]?seq_contains(key) &&
468
- are_same_path(path, [ "totp", "otpCredentials" ])
468
+ are_same_path(path, [ "totp", "otpCredentials", "*" ])
469
469
  ) || (
470
470
  ["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
471
471
  are_same_path(path, ["brokerContext"]) &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "7.12.7",
3
+ "version": "7.12.8",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",
@@ -465,7 +465,7 @@
465
465
  ) || (
466
466
  <#-- https://github.com/keycloakify/keycloakify/issues/362 -->
467
467
  ["secretData", "value"]?seq_contains(key) &&
468
- are_same_path(path, [ "totp", "otpCredentials" ])
468
+ are_same_path(path, [ "totp", "otpCredentials", "*" ])
469
469
  ) || (
470
470
  ["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
471
471
  are_same_path(path, ["brokerContext"]) &&