diff --git a/application/src/Controller/SecurityController.php b/application/src/Controller/SecurityController.php index f770f15..d2e5cd4 100644 --- a/application/src/Controller/SecurityController.php +++ b/application/src/Controller/SecurityController.php @@ -6,9 +6,6 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Translation\TranslatorInterface; -use Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface; -use Symfony\Component\HttpFoundation\Request; -use App\Entity\User; /** *