Skip to content
Snippets Groups Projects
Commit 32a29cb4 authored by user's avatar user
Browse files

Logout

parent fb72faa2
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ class HomeController extends AbstractController
'Login' => $this->generateUrl('login'),
'My Wishlists' => $this->generateUrl('app_wishlist_index'),
'Admin Dashboard' => $this->generateUrl('admin_dashboard'),
'Profile' => $this->generateUrl('user_profile'),
'Profile' => $this->generateUrl(route: 'user_profile'),
'Logout' => $this->generateUrl(route: 'logout'),
],
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment