Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Maxime Steinhausser <ogizanagi@users.noreply.github.com>
Co-Authored-By: Antoine Makdessi <antoine.makdessi@agriconomie.com>
  • Loading branch information
3 people committed Feb 24, 2020
1 parent ee219ef commit 91d8855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/SecurityBundle/CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ CHANGELOG
-----

* Added security configuration for priority-based access decision strategy
* Added `switch_user.allow_already_switched` option to allow switching seamlessly when already switched (default `false`)
* Added `switch_user.allow_already_switched` option to allow switching seamlessly when already switched (default `false`)

5.0.0
-----
Expand Down
Expand Up @@ -202,7 +202,7 @@
<argument>ROLE_ALLOWED_TO_SWITCH</argument>
<argument type="service" id="event_dispatcher" on-invalid="null"/>
<argument>false</argument> <!-- Stateless -->
<argument>false</argument> <!-- Consecutive Switching -->
<argument>false</argument> <!-- Seamless Switching -->
</service>

<service id="security.access_listener" class="Symfony\Component\Security\Http\Firewall\AccessListener">
Expand Down

0 comments on commit 91d8855

Please sign in to comment.