From add873ca9bb391b1437df39a72e3063acd0cc8c2 Mon Sep 17 00:00:00 2001 From: Oleh Vivtash Date: Wed, 25 Oct 2023 16:55:20 +0300 Subject: [PATCH] core: Use branding_title in the end session page (#7282) Update end_session.html Use branding_title in the end session "You've logged out of" section Signed-off-by: Oleh Vivtash --- authentik/core/templates/if/end_session.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/core/templates/if/end_session.html b/authentik/core/templates/if/end_session.html index 73cc3532d..e6bfccb1b 100644 --- a/authentik/core/templates/if/end_session.html +++ b/authentik/core/templates/if/end_session.html @@ -16,8 +16,8 @@ You've logged out of {{ application }}. {% block card %}

- {% blocktrans with application=application.name %} - You've logged out of {{ application }}. You can go back to the overview to launch another application, or log out of your authentik account. + {% blocktrans with application=application.name branding_title=tenant.branding_title %} + You've logged out of {{ application }}. You can go back to the overview to launch another application, or log out of your {{ branding_title }} account. {% endblocktrans %}