Skip to content

Commit 6b373db

Browse files
committed
feat(oauth2): fix lint
1 parent 966da08 commit 6b373db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/oauth2/lib/Controller/OauthApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
use OCP\Authentication\Exceptions\InvalidTokenException;
4242
use OCP\DB\Exception;
4343
use OCP\IRequest;
44+
use OCP\IUserSession;
4445
use OCP\Security\Bruteforce\IThrottler;
4546
use OCP\Security\ICrypto;
4647
use OCP\Security\ISecureRandom;
4748
use Psr\Log\LoggerInterface;
48-
use OCP\IUserSession;
4949

5050
class OauthApiController extends Controller {
5151
// the authorization code expires after 10 minutes

0 commit comments

Comments
 (0)