mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test: Fix failing test from previous changes
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
40cfffb983
commit
2628ea96c2
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ use OC\Authentication\Exceptions\InvalidTokenException;
|
|||
use OC\Authentication\Exceptions\PasswordLoginForbiddenException;
|
||||
use OC\Authentication\Token\IProvider;
|
||||
use OC\Authentication\Token\IToken;
|
||||
use OC\Authentication\Token\PublicKeyToken;
|
||||
use OC\Security\Bruteforce\Throttler;
|
||||
use OC\Session\Memory;
|
||||
use OC\User\LoginException;
|
||||
|
|
|
|||
Loading…
Reference in a new issue