Skip to content

Commit

Permalink
Update security configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 31, 2024
1 parent e08da87 commit a323ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/Resources/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

wbw.common.event_listener.security:
class: WBW\Bundle\CommonBundle\EventListener\SecurityEventListener
arguments: [ "@translator" ]
public: false
arguments: [ "@translator" ]
tags:
- { name: "kernel.event_listener", event: "security.interactive_login", method: "onInteractiveLogin" }

0 comments on commit a323ee6

Please sign in to comment.