Skip to content

Commit 7d67387

Browse files
committed
Refactor login path to pretty URL
1 parent ba93574 commit 7d67387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ security:
2525
lazy: true
2626
provider: database_users
2727
form_login:
28-
login_path: /?routeName=dashboard_login
28+
login_path: dashboard_login
2929
check_path: dashboard_login
3030
remember_me:
3131
secret: '%kernel.secret%'

0 commit comments

Comments
 (0)