We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6549321 commit fe663bfCopy full SHA for fe663bf
Resources/config/security_listeners.xml
@@ -88,6 +88,7 @@
88
<service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" abstract="true">
89
<argument type="service" id="security.http_utils" />
90
<argument type="collection" /> <!-- Options -->
91
+ <argument type="service" id="logger" on-invalid="null" />
92
</service>
93
94
<service id="security.authentication.custom_failure_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler" abstract="true">
0 commit comments