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:
@@ -87,7 +87,7 @@ class EtlAuthenticator extends AbstractLoginFormAuthenticator
|
||||
}
|
||||
|
||||
// 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'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user