Registration and login perfect

This commit is contained in:
Olivier PARPAILLON
2024-11-19 15:58:04 +01:00
parent dc01c2e216
commit e10becf01d
10 changed files with 118 additions and 171 deletions

View File

@@ -7,9 +7,6 @@ parameters:
services:
# default configuration for services in *this* file
App\Security\UserProvider:
arguments:
$entityManager: '@doctrine.orm.entity_manager'
_defaults:
autowire: true # Automatically injects dependencies in your services.
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.