mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Correctly display domain name on login (#3254)
This commit is contained in:
parent
52987ab8b2
commit
4528a1bda0
|
@ -15,7 +15,7 @@
|
||||||
src="/pkg/img/logo-square.svg?v=((crate::https::cache_buster::get_cache_buster_key()))"
|
src="/pkg/img/logo-square.svg?v=((crate::https::cache_buster::get_cache_buster_key()))"
|
||||||
alt="(( display_ctx.domain_info.display_name() ))" class="kanidm_logo" />
|
alt="(( display_ctx.domain_info.display_name() ))" class="kanidm_logo" />
|
||||||
(% endif %)
|
(% endif %)
|
||||||
<h3>Kanidm</h3>
|
<h3>(( display_ctx.domain_info.display_name() ))</h3>
|
||||||
(% if let Some(reauth) = display_ctx.reauth %)
|
(% if let Some(reauth) = display_ctx.reauth %)
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
Reauthenticating as (( reauth.username )) to access (( reauth.purpose ))
|
Reauthenticating as (( reauth.username )) to access (( reauth.purpose ))
|
||||||
|
|
Loading…
Reference in a new issue