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

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