这是我的安全登录设置
form_login:
# the user is redirected here when he/she needs to login
login_path: /login
# if true, forward the user to the login form instead of redirecting
use_forward: false
# submit the login form here
check_path: /login_check
# by default, the login form *must* be a POST, not a GET
post_only: true
我想问我是否需要制作控制器并为 /login 和 /login 检查定义路由
因为我没有在任何地方定义这些路线