We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6efd3 commit 5bb36baCopy full SHA for 5bb36ba
doc/installation.rst
@@ -84,10 +84,9 @@ authentication.
84
# config/routes/scheb_2fa.yaml
85
2fa_login:
86
path: /2fa
87
- defaults:
88
- # "scheb_two_factor.form_controller" references the controller service provided by the bundle.
89
- # You don't HAVE to use it, but - except you have very special requirements - it is recommended.
90
- _controller: "scheb_two_factor.form_controller::form"
+ # "scheb_two_factor.form_controller" references the controller service provided by the bundle.
+ # You don't HAVE to use it, but - except you have very special requirements - it is recommended.
+ controller: "scheb_two_factor.form_controller::form"
91
92
2fa_login_check:
93
path: /2fa_check
0 commit comments