From 20e5b89d72c07df6000dea023c43806daa13b5da Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Mon, 1 Jun 2026 08:45:51 +0200 Subject: [PATCH] fix: Fixed custom script not being loaded on two factor pages Signed-off-by: ChiaraBm --- lib/Controller/JSController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Controller/JSController.php b/lib/Controller/JSController.php index bf2f687..ef25347 100644 --- a/lib/Controller/JSController.php +++ b/lib/Controller/JSController.php @@ -28,6 +28,7 @@ public function __construct( * @NoAdminRequired * @NoCSRFRequired * @PublicPage + * @NoTwoFactorRequired * * @return Response */