diff --git a/authentik/core/templates/base/skeleton.html b/authentik/core/templates/base/skeleton.html index 694600b0f..47e6731e3 100644 --- a/authentik/core/templates/base/skeleton.html +++ b/authentik/core/templates/base/skeleton.html @@ -7,7 +7,7 @@ - {% block title %}{% trans title|default:config.authentik.branding.title %}{% endblock %} + {% block title %}{% trans title|default:tenant.branding_title %}{% endblock %} diff --git a/authentik/core/templates/login/base_full.html b/authentik/core/templates/login/base_full.html index 72405f7f7..b236bb7a7 100644 --- a/authentik/core/templates/login/base_full.html +++ b/authentik/core/templates/login/base_full.html @@ -46,12 +46,12 @@