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