From 5f23d4094e1dd74fdea8c5f654facc83a7ddf105 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Thu, 18 Sep 2025 13:57:08 -0400 Subject: [PATCH] fix: logout form to --- wp-content/themes/ccat/app/components/auth/LogoutForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/ccat/app/components/auth/LogoutForm.vue b/wp-content/themes/ccat/app/components/auth/LogoutForm.vue index 2a6f5e7..57139e9 100644 --- a/wp-content/themes/ccat/app/components/auth/LogoutForm.vue +++ b/wp-content/themes/ccat/app/components/auth/LogoutForm.vue @@ -19,7 +19,7 @@ if (!isLoggedIn.value) { icon="i-lucide-log-out" block loading-auto - to="/auth" + to="#" label="Déconnexion" @click="logout" />