KEYCLOAK-74 add warning msg to email verification page
This commit is contained in:
parent
8b3e11dd63
commit
0c82cb9d1c
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<#import "template-login-action.ftl" as layout>
|
||||
<@layout.registrationLayout bodyClass="reset"; section>
|
||||
<@layout.registrationLayout bodyClass="email"; section>
|
||||
<#if section = "title">
|
||||
|
||||
Email verification
|
||||
|
@ -8,6 +8,11 @@
|
|||
|
||||
Email verification
|
||||
|
||||
<#elseif section = "feedback">
|
||||
<div class="feedback warning show">
|
||||
<p><strong>Your account is not enabled because you need to verify your email.</strong><br>Please follow the steps below.</p>
|
||||
</div>
|
||||
|
||||
<#elseif section = "form">
|
||||
|
||||
<div class="app-form">
|
||||
|
|
Loading…
Reference in a new issue