Skip to content

Commit 0293849

Browse files
authored
Fix broken routing-file
It yielded a yaml syntax error
1 parent 2029d25 commit 0293849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/routing/routes/routes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ core-account-disco-clearchoices:
66
defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login::cleardiscochoices' }
77
core-legacy-login:
88
path: /login/{as}
9-
defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /module.php/saml/sp/login/{as}, permanent: true }
9+
defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /module.php/saml/sp/login/, permanent: true }
1010
core-loginuserpass:
1111
path: /loginuserpass
1212
defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login::loginuserpass' }

0 commit comments

Comments
 (0)