mirror of
https://github.com/lukin/keywind.git
synced 2025-01-26 09:16:25 +00:00
Update template.ftl
Remove Adventist Identity style
This commit is contained in:
parent
0352aac6b3
commit
36fb970717
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@
|
|||
>
|
||||
<#assign cardHeader>
|
||||
<@logo.kw>
|
||||
<#--${kcSanitize(msg("loginTitleHtml", (realm.displayNameHtml!"")))?no_esc}-->
|
||||
<img src="https://fm.nrw.adventisten.de/img/logo_nrw_black.png" alt="Logo" class="w-full dark:hidden">
|
||||
<img src="https://fm.nrw.adventisten.de/img/logo_nrw_white.png" alt="Logo" class="w-full hidden dark:block" loading="lazy">
|
||||
${kcSanitize(msg("loginTitleHtml", (realm.displayNameHtml!"")))?no_esc}
|
||||
</@logo.kw>
|
||||
<#if !(auth?has_content && auth.showUsername() && !auth.showResetCredentials())>
|
||||
<@heading.kw>
|
||||
|
|
Loading…
Reference in a new issue