keycloakify 11.2.2 → 11.2.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "11.2.2",
3
+ "version": "11.2.3",
4
4
  "description": "Framework to create custom Keycloak UIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -166,7 +166,7 @@ function decodeHtmlEntities(htmlStr){
166
166
  areSamePath(path, []) &&
167
167
  ["login-idp-link-confirm.ftl", "login-idp-link-email.ftl" ]?seq_contains(xKeycloakify.pageId)
168
168
  ) || (
169
- ["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
169
+ ["masterAdminClient", "delegateForUpdate", "defaultRole", "smtpConfig"]?seq_contains(key) &&
170
170
  areSamePath(path, ["realm"])
171
171
  ) || (
172
172
  xKeycloakify.pageId == "error.ftl" &&