aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/TwoFactorSettingsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/lib/Controller/TwoFactorSettingsController.php')
-rw-r--r--apps/settings/lib/Controller/TwoFactorSettingsController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/lib/Controller/TwoFactorSettingsController.php b/apps/settings/lib/Controller/TwoFactorSettingsController.php
index 77d8e882354..36b554c8181 100644
--- a/apps/settings/lib/Controller/TwoFactorSettingsController.php
+++ b/apps/settings/lib/Controller/TwoFactorSettingsController.php
@@ -56,5 +56,4 @@ class TwoFactorSettingsController extends Controller {
return new JSONResponse($this->mandatoryTwoFactor->getState());
}
-
}