mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Added correct logout route
This commit is contained in:
parent
59b1be8592
commit
a35ae03b7e
@ -73,7 +73,7 @@ class UserMenuSubscriber implements EventSubscriberInterface
|
||||
$dropdown->addChild(
|
||||
'logout',
|
||||
[
|
||||
'route' => 'user_logout',
|
||||
'route' => 'logout',
|
||||
'attributes' => [
|
||||
'icon' => 'fas fa-sign-out-alt',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user