Fix configuration and usage of password hasher

This commit is contained in:
2024-04-08 13:21:34 +02:00
parent 2b3f8948f8
commit 8700352cf8
2 changed files with 4 additions and 5 deletions

View File

@@ -103,7 +103,6 @@ services:
Chill\MainBundle\Form\UserPasswordType:
arguments:
$chillLogger: '@monolog.logger.chill'
$passwordEncoder: '@Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface'
tags:
- { name: form.type }