Merge pull request #1047 from scheb/2fa-bundle-controller

Update controller syntax in scheb/2fa-bundle
This commit is contained in:
Christophe Coevoet
2022-01-06 19:28:20 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
2fa_login:
path: /2fa
defaults:
_controller: "scheb_two_factor.form_controller:form"
_controller: "scheb_two_factor.form_controller::form"
2fa_login_check:
path: /2fa_check
@@ -1,7 +1,7 @@
2fa_login:
path: /2fa
defaults:
_controller: "scheb_two_factor.form_controller:form"
_controller: "scheb_two_factor.form_controller::form"
2fa_login_check:
path: /2fa_check