From 7819c7690f85968a35d15944d839e69723b6c77c Mon Sep 17 00:00:00 2001 From: mcmehrtens <12023414+mcmehrtens@users.noreply.github.com> Date: Tue, 27 Aug 2024 03:22:33 +0000 Subject: [PATCH] Closes #17007: Center SSO if display name is an empty string --- netbox/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/login.html b/netbox/templates/login.html index f8575e4c1a..eb7fc0a159 100644 --- a/netbox/templates/login.html +++ b/netbox/templates/login.html @@ -79,7 +79,7 @@

{% trans "Log In" %}

{% if backend.icon_name %} - {% elif backend.icon_img %}{% endif %} + {% elif backend.icon_img %}{% endif %} {{ backend.display_name }}