From 46c9d169c7ea527c07d623d55c4497e22bdc18e9 Mon Sep 17 00:00:00 2001 From: Nomen Nescio Date: Thu, 9 Jan 2025 22:24:44 +0100 Subject: [PATCH] stop hiding the username field this should fix https://github.com/privacyidea/simplesamlphp-module-privacyidea/issues/216 --- templates/pi-form.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pi-form.twig b/templates/pi-form.twig index 9ccd58d..53a3ebf 100644 --- a/templates/pi-form.twig +++ b/templates/pi-form.twig @@ -93,7 +93,7 @@ {% if forceUsername %}

{{ username }}

- {% elseif username is null %} + {% else %}