diff options
Diffstat (limited to 'core/Application.php')
-rw-r--r-- | core/Application.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Application.php b/core/Application.php index a87917b626a..25e2fa76273 100644 --- a/core/Application.php +++ b/core/Application.php @@ -120,8 +120,7 @@ class Application extends App { $c->query('AppName'), $c->query('Request'), $c->query('UserManager'), - $c->query('ServerContainer')->query('OC\Authentication\Token\IProvider'), - $c->query('TwoFactorAuthManager'), + $c->query('OC\Authentication\Token\DefaultTokenProvider'), $c->query('SecureRandom') ); }); |