From cccd39da5cf3f1896b636107bf73b40d0d7a83b1 Mon Sep 17 00:00:00 2001 From: Nomen Nescio Date: Thu, 9 Jan 2025 22:42:21 +0100 Subject: [PATCH] remove error image this should fix https://github.com/privacyidea/simplesamlphp-module-privacyidea/issues/218 --- templates/pi-form.twig | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/pi-form.twig b/templates/pi-form.twig index 9ccd58d..7dde999 100644 --- a/templates/pi-form.twig +++ b/templates/pi-form.twig @@ -55,8 +55,6 @@
{% if errorCode %}
- gtk-dialog-error

{{ 'An error occurred'|trans }}

"Error {{ errorCode }}: {{ errorMessage }}"