feat: add login page with SecurityController

This commit is contained in:
thibaud-leclere
2026-03-28 13:16:50 +01:00
parent 1720246382
commit 64949d2ec2
3 changed files with 60 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ class HomepageController extends AbstractController
private readonly ActorRepository $actorRepository
) {}
#[Route('/')]
#[Route('/', name: 'app_homepage')]
public function index(SerializerInterface $serializer): Response
{
// Final actor to be guessed