From 6d15374c87253dc378525856b8175222de0fb997 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Mon, 20 Oct 2025 15:17:22 +0200 Subject: [PATCH] fix issue on logout for real this time --- front/src/AppNavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/AppNavBar.vue b/front/src/AppNavBar.vue index e6692e3..dfaf0b1 100644 --- a/front/src/AppNavBar.vue +++ b/front/src/AppNavBar.vue @@ -39,7 +39,7 @@
{{ authStore.user.username }}
- + {{ $t('navbar.logout')}}