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 %}