```
✨ feat(all): Ajoute l'attribut `data-turbo="false"` sur les liens. 🐛 fix(security): Corrige le chemin d'accès de l'espace client. ```
This commit is contained in:
@@ -62,7 +62,7 @@ security:
|
||||
access_control:
|
||||
- { path: ^/2fa, roles: PUBLIC_ACCESS }
|
||||
# Protection de l'espace client (Firewall customer_reservation)
|
||||
- { path: ^/espace-contrat, roles: [ROLE_CUSTOMER] }
|
||||
- { path: ^/gestion-contrat, roles: [ROLE_CUSTOMER] }
|
||||
# Protection du CRM (Firewall main)
|
||||
- { path: ^/crm, roles: [ROLE_ADMIN] }
|
||||
- { path: ^/, roles: PUBLIC_ACCESS }
|
||||
|
||||
Reference in New Issue
Block a user