Skip to content

Commit

Permalink
IBX-8322: Fixed lack of redirections to last visited pages after succ…
Browse files Browse the repository at this point in the history
…essful authentication (#389)

For more details see https://issues.ibexa.co/browse/IBX-8322 and #389

Key changes:

* Fixed lack of redirections to last visited pages after successful authentication
  • Loading branch information
konradoboza authored and barw4 committed Oct 17, 2024
1 parent 4a318ee commit 9fa21c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
4 changes: 0 additions & 4 deletions src/bundle/Core/Resources/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ services:
ibexa.security.user_provider.username: '@Ibexa\Core\MVC\Symfony\Security\User\UsernameProvider'
ibexa.security.user_provider.email: '@Ibexa\Core\MVC\Symfony\Security\User\EmailProvider'

Ibexa\Core\MVC\Symfony\Security\Authentication\EventSubscriber\AccessDeniedSubscriber:
autowire: true
autoconfigure: true

Ibexa\Core\MVC\Symfony\Security\Authentication\EventSubscriber\OnAuthenticationTokenCreatedRepositoryUserSubscriber:
autowire: true
autoconfigure: true

This file was deleted.

0 comments on commit 9fa21c3

Please sign in to comment.