added possible override
fixes: #33640 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
2f9ecb06cd
commit
c5d26bd45d
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<#import "field.ftl" as field>
|
||||
<#import "footer.ftl" as loginFooter>
|
||||
<#macro username>
|
||||
<#assign label>
|
||||
<#if !realm.loginWithEmailAllowed>${msg("username")}<#elseif !realm.registrationEmailAsUsername>${msg("usernameOrEmail")}<#else>${msg("email")}</#if>
|
||||
|
@ -213,6 +214,8 @@
|
|||
<#nested "socialProviders">
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<@loginFooter.content/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue