summaryrefslogtreecommitdiff
path: root/app/Controller/TwoFactorController.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2019-01-30 21:17:30 -0800
committerFrédéric Guillot <fred@kanboard.net>2019-01-30 21:17:30 -0800
commita1c437bce825d90011750199fbcc0ca08ada51b3 (patch)
tree7fcdde99272ec61a9f3ea51118042b4f4575e197 /app/Controller/TwoFactorController.php
parent322383b0847426cb92533528a784471b94193a3b (diff)
Do not show projects dropdown when prompting the 2FA code
Diffstat (limited to 'app/Controller/TwoFactorController.php')
-rw-r--r--app/Controller/TwoFactorController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/TwoFactorController.php b/app/Controller/TwoFactorController.php
index 2038c269..473838ef 100644
--- a/app/Controller/TwoFactorController.php
+++ b/app/Controller/TwoFactorController.php
@@ -177,6 +177,7 @@ class TwoFactorController extends UserViewController
$this->response->html($this->helper->layout->app('twofactor/check', array(
'title' => t('Check two factor authentication code'),
+ 'no_layout' => true,
)));
}