This repository was archived by the owner on Dec 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2525 <tag name =" security.voter" priority =" 249" />
2626 </service >
2727
28- <service id =" scheb_two_factor.security.access.access_decider" class =" Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider" >
29- <argument type =" service" id =" security.access_map" />
30- <argument type =" service" id =" security.access.decision_manager" />
28+ <service id =" scheb_two_factor.security.access.access_decider" class =" Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider" >
29+ <argument type =" service" id =" security.access_map" />
30+ <argument type =" service" id =" security.access.decision_manager" />
3131 <argument type =" service" id =" security.http_utils" />
3232 <argument type =" service" id =" security.logout_url_generator" />
33- </service >
33+ </service >
3434
3535 <service id =" scheb_two_factor.security.authentication.listener" class =" Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener" abstract =" true" >
3636 <tag name =" monolog.logger" channel =" security" />
4444 <argument /> <!-- CSRF token validator -->
4545 <argument type =" collection" /> <!-- Options -->
4646 <argument type =" service" id =" scheb_two_factor.trusted_device_manager" />
47- <argument type =" service" id =" scheb_two_factor.security.access.access_decider" />
47+ <argument type =" service" id =" scheb_two_factor.security.access.access_decider" />
4848 <argument type =" service" id =" event_dispatcher" on-invalid =" null" />
4949 <argument type =" service" id =" scheb_two_factor.token_factory" />
5050 <argument type =" service" id =" logger" on-invalid =" null" />
Original file line number Diff line number Diff line change 5151 <!-- Alias for auto-wiring -->
5252 <service id =" Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext" alias =" scheb_two_factor.firewall_context" public =" true" />
5353
54- <service id =" scheb_two_factor.form_controller" class =" Scheb\TwoFactorBundle\Controller\FormController" public =" true" >
55- <argument type =" service" id =" security.token_storage" />
56- <argument type =" service" id =" scheb_two_factor.provider_registry" />
54+ <service id =" scheb_two_factor.form_controller" class =" Scheb\TwoFactorBundle\Controller\FormController" public =" true" >
55+ <argument type =" service" id =" security.token_storage" />
56+ <argument type =" service" id =" scheb_two_factor.provider_registry" />
5757 <argument type =" service" id =" scheb_two_factor.firewall_context" />
5858 <argument type =" service" id =" security.logout_url_generator" />
5959 <argument >%scheb_two_factor.trusted_device.enabled%</argument >
60- </service >
60+ </service >
6161
6262 <service id =" scheb_two_factor.security.form_renderer" class =" Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy =" true" >
6363 <argument type =" service" id =" twig" />
Original file line number Diff line number Diff line change 2020 <!-- Aliases for auto-wiring -->
2121 <service id =" Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface" alias =" scheb_two_factor.security.email.code_generator" public =" true" />
2222
23- <service id =" scheb_two_factor.security.email.form_renderer" class =" Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy =" true" >
24- <argument type =" service" id =" twig" />
25- <argument >%scheb_two_factor.email.template%</argument >
26- </service >
23+ <service id =" scheb_two_factor.security.email.form_renderer" class =" Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy =" true" >
24+ <argument type =" service" id =" twig" />
25+ <argument >%scheb_two_factor.email.template%</argument >
26+ </service >
2727
2828 <service id =" scheb_two_factor.security.email.provider" class =" Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\EmailTwoFactorProvider" >
2929 <tag name =" scheb_two_factor.provider" alias =" email" />
3030 <argument type =" service" id =" scheb_two_factor.security.email.code_generator" />
31- <argument type =" service" id =" scheb_two_factor.security.email.form_renderer" />
31+ <argument type =" service" id =" scheb_two_factor.security.email.form_renderer" />
3232 </service >
3333 </services >
3434</container >
You can’t perform that action at this time.
0 commit comments