Skip to content

Commit

Permalink
feat(oauth2): fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: d.kudrinskiy <[email protected]>
  • Loading branch information
hardviper committed Feb 22, 2024
1 parent bbbfe42 commit 21a1825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/oauth2/lib/Controller/OauthApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
use OCP\Authentication\Exceptions\InvalidTokenException;
use OCP\DB\Exception;
use OCP\IRequest;
use OCP\IUserSession;
use OCP\Security\Bruteforce\IThrottler;
use OCP\Security\ICrypto;
use OCP\Security\ISecureRandom;
use Psr\Log\LoggerInterface;
use OCP\IUserSession;

class OauthApiController extends Controller {
// the authorization code expires after 10 minutes
Expand Down

0 comments on commit 21a1825

Please sign in to comment.