From a9061fb9d80fd7f67f0781fe31536f7ec05e7a7d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 28 Jul 2022 10:31:35 +0200 Subject: [PATCH] Bug 30588: Add missing include file Signed-off-by: Nick Clemens --- .../prog/en/includes/auth-two-factor.inc | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/auth-two-factor.inc diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-two-factor.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-two-factor.inc new file mode 100644 index 0000000000..24e74141da --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-two-factor.inc @@ -0,0 +1,32 @@ +[% BLOCK registration_form %] + +[% END %] -- 2.30.2