Do not show projects dropdown when prompting the 2FA code

This commit is contained in:
Frédéric Guillot
2019-01-30 21:17:30 -08:00
parent 322383b084
commit a1c437bce8
2 changed files with 15 additions and 9 deletions

View File

@@ -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,
)));
}