SSO #1

Merged
Charles-Edouard merged 23 commits from SSO into main 2025-07-29 16:46:46 +02:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 2bfbc3a75b - Show all commits

View File

@ -4,7 +4,6 @@ namespace App\Service;
use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\EntityManagerInterface;
use League\Bundle\OAuth2ServerBundle\Model\AccessToken; use League\Bundle\OAuth2ServerBundle\Model\AccessToken;
use Symfony\Component\Security\Core\User\UserInterface;
class AccessTokenService class AccessTokenService
{ {
@ -34,6 +33,4 @@ class AccessTokenService
} }
return null; return null;
} }
} }