From a737ca3de8bba137a053f8e50647eb46f8b06d20 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 25 Sep 2024 10:18:50 -0400 Subject: [PATCH] fix(controller): Don't require finished 2fa on existing public route Fixes #27 Signed-off-by: Josh --- lib/Controller/ThemingController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Controller/ThemingController.php b/lib/Controller/ThemingController.php index 67b0185..8ae0d12 100644 --- a/lib/Controller/ThemingController.php +++ b/lib/Controller/ThemingController.php @@ -52,6 +52,7 @@ public function __construct( /** * @NoCSRFRequired + * @NoTwoFactorRequired * @PublicPage * * @return DataDisplayResponse|NotFoundResponse