Skip to content

Commit

Permalink
Fixed FrontendController using session csrf token storage instead of …
Browse files Browse the repository at this point in the history
…our own memory token storage
  • Loading branch information
Toflar committed Apr 2, 2020
1 parent 2560349 commit 8aa8854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core-bundle/src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ services:
Contao\CoreBundle\Controller\FrontendController:
tags:
- controller.service_arguments
- { name: 'container.service_subscriber', id: 'contao.csrf.token_manager' }

Contao\CoreBundle\Controller\FrontendModule\TwoFactorController:
tags:
Expand Down

0 comments on commit 8aa8854

Please sign in to comment.