Compare commits

...

2 Commits

Author SHA1 Message Date
344a5916a4 Release candidate 2023-08-24 19:52:51 +02:00
2e3fd4885f #406 2023-08-24 19:52:16 +02:00
2 changed files with 1 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "8.0.0-rc.0",
"version": "8.0.0-rc.1",
"description": "Create Keycloak themes using React",
"repository": {
"type": "git",

View File

@ -483,18 +483,6 @@
<#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
<#continue>
</#if>
<#if key == "attemptedUsername" && are_same_path(path, ["auth"])>
<#attempt>
<#-- https://github.com/keycloak/keycloak/blob/3a2bf0c04bcde185e497aaa32d0bb7ab7520cf4a/themes/src/main/resources/theme/base/login/template.ftl#L63 -->
<#if !(auth?has_content && auth.showUsername() && !auth.showResetCredentials())>
<#continue>
</#if>
<#recover>
</#attempt>
</#if>
<#attempt>
<#if !object[key]??>