diff --git a/themes/src/main/resources/theme/keycloak.v2/login/login-recovery-authn-code-config.ftl b/themes/src/main/resources/theme/keycloak.v2/login/login-recovery-authn-code-config.ftl deleted file mode 100644 index e895cf137f..0000000000 --- a/themes/src/main/resources/theme/keycloak.v2/login/login-recovery-authn-code-config.ftl +++ /dev/null @@ -1,179 +0,0 @@ -<#import "template.ftl" as layout> -<#import "password-commons.ftl" as passwordCommons> -<@layout.registrationLayout; section> - -<#if section = "header"> - ${msg("recovery-code-config-header")} -<#elseif section = "form"> - -
-
- -
-

- Warning alert: - ${msg("recovery-code-config-warning-title")} -

-
-

${msg("recovery-code-config-warning-message")}

-
-
- -
-
-
-
    - <#list recoveryAuthnCodesConfigBean.generatedRecoveryAuthnCodesList as code> -
  1. ${code[0..3]}-${code[4..7]}-${code[8..]}
  2. - -
-
-
-
- - -
- - - -
- - -
- - -
- -
- - - - <@passwordCommons.logoutOtherSessions/> - - <#if isAppInitiatedAction??> - - - <#else> - - -
- - - - diff --git a/themes/src/main/resources/theme/keycloak.v2/login/resources/css/styles.css b/themes/src/main/resources/theme/keycloak.v2/login/resources/css/styles.css index 3d58c96acb..9e816fcf7d 100644 --- a/themes/src/main/resources/theme/keycloak.v2/login/resources/css/styles.css +++ b/themes/src/main/resources/theme/keycloak.v2/login/resources/css/styles.css @@ -69,10 +69,3 @@ div.kc-logo-text span { border-color: transparent black transparent transparent; } -#kc-recovery-codes-list { - columns: 2; -} - -#certificate_subjectDN { - overflow-wrap: break-word -} \ No newline at end of file diff --git a/themes/src/main/resources/theme/keycloak.v2/login/select-authenticator.ftl b/themes/src/main/resources/theme/keycloak.v2/login/select-authenticator.ftl deleted file mode 100644 index f14db8e929..0000000000 --- a/themes/src/main/resources/theme/keycloak.v2/login/select-authenticator.ftl +++ /dev/null @@ -1,36 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout displayInfo=false; section> - <#if section = "header" || section = "show-username"> - <#if section = "header"> - ${msg("loginChooseAuthenticator")} - - <#elseif section = "form"> - -
- -
- - - -