You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
668 B

  1. <#import "template.ftl" as layout>
  2. <@layout.registrationLayout; section>
  3. <#if section = "header">
  4. <div class="header-login-welcome">${msg("error")}</div>
  5. <div class="header-login-title error-welcome expired-title">${msg("pageExpiredTitle")}</div>
  6. <div class="expired-image"></div>
  7. <#elseif section = "form">
  8. <p id="instruction1" class="instruction">
  9. ${msg("pageExpiredMsg1")}
  10. </p>
  11. <a id="loginRestartLink" class="${properties.kcButtonClass!} ${properties.kcButtonBlockClass!} expired-button" href="${url.loginRestartFlowUrl}">${msg("pageExpiredButton")}</a>
  12. </#if>
  13. </@layout.registrationLayout>