From 4265871040a57b1f7b2e8593b12b1c65a849f171 Mon Sep 17 00:00:00 2001
From: Dominik Frantisek Bucik <bucik@ics.muni.cz>
Date: Fri, 22 Apr 2022 10:14:14 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fix=20privacyIdea=20templ?=
 =?UTF-8?q?ate=20filename?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 themes/elixir/privacyidea/LoginForm.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/elixir/privacyidea/LoginForm.php b/themes/elixir/privacyidea/LoginForm.php
index bacd746..60e0f01 100644
--- a/themes/elixir/privacyidea/LoginForm.php
+++ b/themes/elixir/privacyidea/LoginForm.php
@@ -4,4 +4,4 @@ declare(strict_types=1);
 
 use SimpleSAML\Module;
 
-include Module::getModuleDir('perun') . '/themes/perun/privacyidea/loginform.php';
+include Module::getModuleDir('perun') . '/themes/perun/privacyidea/LoginForm.php';
-- 
GitLab