Skip to content

Commit ca096d6

Browse files
authored
Merge pull request #1047 from scheb/2fa-bundle-controller
Update controller syntax in scheb/2fa-bundle
2 parents b9ea6da + 173d7cf commit ca096d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
2fa_login:
22
path: /2fa
33
defaults:
4-
_controller: "scheb_two_factor.form_controller:form"
4+
_controller: "scheb_two_factor.form_controller::form"
55

66
2fa_login_check:
77
path: /2fa_check
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
2fa_login:
22
path: /2fa
33
defaults:
4-
_controller: "scheb_two_factor.form_controller:form"
4+
_controller: "scheb_two_factor.form_controller::form"
55

66
2fa_login_check:
77
path: /2fa_check

0 commit comments

Comments
 (0)