From a1c437bce825d90011750199fbcc0ca08ada51b3 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 30 Jan 2019 21:17:30 -0800 Subject: Do not show projects dropdown when prompting the 2FA code --- app/Controller/TwoFactorController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller/TwoFactorController.php') 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, ))); } -- cgit v1.2.3