fix: correct etl_contrat route to etl_contrats in EtlAuthenticator

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-12 13:21:19 +01:00
parent ff4fdc3c2e
commit 5350dc8219

View File

@@ -87,7 +87,7 @@ class EtlAuthenticator extends AbstractLoginFormAuthenticator
} }
// Redirection par défaut vers le tableau de bord Bento (route 'reservation') // Redirection par défaut vers le tableau de bord Bento (route 'reservation')
return new RedirectResponse($this->urlGenerator->generate('etl_contrat')); return new RedirectResponse($this->urlGenerator->generate('etl_contrats'));
} }
/** /**