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" />