diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-01-30 21:17:30 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-01-30 21:17:30 -0800 |
commit | a1c437bce825d90011750199fbcc0ca08ada51b3 (patch) | |
tree | 7fcdde99272ec61a9f3ea51118042b4f4575e197 /app/Controller/TwoFactorController.php | |
parent | 322383b0847426cb92533528a784471b94193a3b (diff) |
Do not show projects dropdown when prompting the 2FA code
Diffstat (limited to 'app/Controller/TwoFactorController.php')
-rw-r--r-- | app/Controller/TwoFactorController.php | 1 |
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, ))); } |