Skip to content

Commit

Permalink
Nested UnauthenticatedLoginRedirect route
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Sep 28, 2023
1 parent b928ac7 commit c4ea70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ibexa.behat.current_user_data:
_controller: 'Ibexa\Bundle\Behat\Controller\CurrentUserDataController::showCurrentUserAction'

ibexa_testing_login_redirect:
path: '/unauthenticated_login_redirect'
path: '/unauthenticated/login_redirect'
defaults:
_controller: 'Ibexa\Bundle\Behat\Controller\UnauthenticatedRedirectController::redirectAction'
2 changes: 1 addition & 1 deletion src/lib/Browser/Page/RedirectLoginPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function loginSuccessfully($username, $password): void

protected function getRoute(): string
{
return '/unauthenticated_login_redirect';
return '/unauthenticated/login_redirect';
}
}

0 comments on commit c4ea70e

Please sign in to comment.