fix issue on logout for real this time

This commit is contained in:
2025-10-20 15:17:22 +02:00
parent 54ae317743
commit 6d15374c87

View File

@@ -39,7 +39,7 @@
<div >
{{ authStore.user.username }}
</div>
<a @click="authStore.logout" class="button is-light">
<a @click="logout" class="button is-light">
{{ $t('navbar.logout')}}
</a>
</div>