Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Remove duplicate (and wrong) definition of scheb_two_factor.ip_whitel…
Browse files Browse the repository at this point in the history
…ist_handler
  • Loading branch information
scheb committed Mar 18, 2019
1 parent 85f342c commit cc27e4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Resources/config/two_factor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
<argument>%scheb_two_factor.security_tokens%</argument>
</service>

<service id="scheb_two_factor.ip_whitelist_handler" class="Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler" lazy="true">
<argument type="service" id="scheb_two_factor.trusted_device_handler" />
<argument>%scheb_two_factor.ip_whitelist%</argument>
</service>

<service id="scheb_two_factor.ip_whitelist_handler" class="Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler" lazy="true">
<argument type="service" id="scheb_two_factor.trusted_device_handler" />
<argument type="service" id="scheb_two_factor.ip_whitelist_provider" />
Expand Down

0 comments on commit cc27e4d

Please sign in to comment.