keycloakify 7.15.7 → 7.15.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.
@@ -457,7 +457,7 @@
457
457
  <#-- https://github.com/keycloakify/keycloakify/issues/357 -->
458
458
  key == "loginAction" &&
459
459
  are_same_path(path, ["url"]) &&
460
- ["saml-post-form.ftl", "error.ftl", "info.ftl", "login-oauth-grant.ftl"]?seq_contains(pageId) &&
460
+ ["saml-post-form.ftl", "error.ftl", "info.ftl", "login-oauth-grant.ftl", "logout-confirm.ftl"]?seq_contains(pageId) &&
461
461
  !(auth?has_content && auth.showTryAnotherWayLink())
462
462
  ) || (
463
463
  <#-- https://github.com/keycloakify/keycloakify/issues/362 -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "7.15.7",
3
+ "version": "7.15.8",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",
@@ -457,7 +457,7 @@
457
457
  <#-- https://github.com/keycloakify/keycloakify/issues/357 -->
458
458
  key == "loginAction" &&
459
459
  are_same_path(path, ["url"]) &&
460
- ["saml-post-form.ftl", "error.ftl", "info.ftl", "login-oauth-grant.ftl"]?seq_contains(pageId) &&
460
+ ["saml-post-form.ftl", "error.ftl", "info.ftl", "login-oauth-grant.ftl", "logout-confirm.ftl"]?seq_contains(pageId) &&
461
461
  !(auth?has_content && auth.showTryAnotherWayLink())
462
462
  ) || (
463
463
  <#-- https://github.com/keycloakify/keycloakify/issues/362 -->