Skip to content

Commit dd45dc1

Browse files
authored
Register the Symfony/UserProviderInterface
1 parent e709037 commit dd45dc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/symfony/src/Resources/config/services.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Psr\Log\NullLogger;
66
use Symfony\Component\Clock\NativeClock;
77
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
8+
use Symfony\Component\Security\Core\User\UserProviderInterface;
89
use Symfony\Contracts\HttpClient\HttpClientInterface;
910
use Webauthn\AttestationStatement\AttestationObjectLoader;
1011
use Webauthn\AttestationStatement\AttestationStatementSupportManager;
@@ -218,4 +219,5 @@
218219
$service->set(WebauthnSerializerFactory::class);
219220
$service->set(DefaultFailureHandler::class);
220221
$service->set(DefaultSuccessHandler::class);
222+
$service->set(UserProviderInterface::class);
221223
};

0 commit comments

Comments
 (0)