diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-13 22:43:15 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-13 22:43:15 +0200 |
commit | 2db616b586f473238706e554e809086935e0f33a (patch) | |
tree | 769c1a8f7c7541a11c2d71fa97a9ff6871d3d210 /app/AppKernel.php | |
parent | cf0ea8f113548191cdeb8d3727dd6d2ad25d19ed (diff) | |
download | wallabag-2db616b586f473238706e554e809086935e0f33a.tar.gz wallabag-2db616b586f473238706e554e809086935e0f33a.tar.zst wallabag-2db616b586f473238706e554e809086935e0f33a.zip |
2factor authentication via email
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 6315fcde..2475fe16 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -28,6 +28,7 @@ class AppKernel extends Kernel | |||
28 | new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(), | 28 | new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(), |
29 | new FOS\OAuthServerBundle\FOSOAuthServerBundle(), | 29 | new FOS\OAuthServerBundle\FOSOAuthServerBundle(), |
30 | new Wallabag\UserBundle\WallabagUserBundle(), | 30 | new Wallabag\UserBundle\WallabagUserBundle(), |
31 | new Scheb\TwoFactorBundle\SchebTwoFactorBundle(), | ||
31 | ); | 32 | ); |
32 | 33 | ||
33 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { | 34 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { |