diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2016-06-09 17:41:57 +0200 |
---|---|---|
committer | blizzz <blizzz@arthur-schiwon.de> | 2016-06-09 17:41:57 +0200 |
commit | 51fd2602a77d8d885c53d24ebb8f72be62dc52ce (patch) | |
tree | 2c38e740669ab2fa6ab50615187d01b9d6dc00d1 /core/Application.php | |
parent | b688aac402cf9d7ee08252077d37ea1c43b22f4a (diff) | |
download | nextcloud-server-51fd2602a77d8d885c53d24ebb8f72be62dc52ce.tar.gz nextcloud-server-51fd2602a77d8d885c53d24ebb8f72be62dc52ce.zip |
Revert "Downstream 2016-06-08"
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') ); }); |