diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-11-17 18:42:21 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-11-17 18:42:21 +0100 |
commit | c8caba265fcb5a8c533aa726f9971b1f5b234cc9 (patch) | |
tree | c6870935dc99f933e69bb1ed48866cb22bd36971 /core/Controller | |
parent | 0a82d2ea3aba7f9f4b25c549f5a83f40dbbb894c (diff) | |
download | nextcloud-server-c8caba265fcb5a8c533aa726f9971b1f5b234cc9.tar.gz nextcloud-server-c8caba265fcb5a8c533aa726f9971b1f5b234cc9.zip |
Explicitly allow some routes without 2FA
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/Controller')
-rw-r--r-- | core/Controller/OCJSController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/OCJSController.php b/core/Controller/OCJSController.php index 71f0941b46c..379b08bf22e 100644 --- a/core/Controller/OCJSController.php +++ b/core/Controller/OCJSController.php @@ -98,6 +98,7 @@ class OCJSController extends Controller { /** * @NoCSRFRequired + * @NoTwoFactorRequired * @PublicPage * * @return DataDisplayResponse |