diff --git a/keycloak-d4science-theme/src/main/resources/theme/d4science/login/template.ftl b/keycloak-d4science-theme/src/main/resources/theme/d4science/login/template.ftl index 765ce11..ca3bdb2 100644 --- a/keycloak-d4science-theme/src/main/resources/theme/d4science/login/template.ftl +++ b/keycloak-d4science-theme/src/main/resources/theme/d4science/login/template.ftl @@ -1,4 +1,4 @@ -<#macro registrationLayout bodyClass="" displayInfo=false displayMessage=true displayRequiredFields=false showAnotherWayIfPresent=true displayWide=false> +<#macro registrationLayout bodyClass="" displayInfo=false displayMessage=true displayRequiredFields=false displayWide=false> @@ -158,7 +158,7 @@ <#nested "form"> - <#if auth?has_content && auth.showTryAnotherWayLink() && showAnotherWayIfPresent> + <#if auth?has_content && auth.showTryAnotherWayLink()>
@@ -168,6 +168,8 @@ + <#nested "socialProviders"> + <#if displayInfo>