fixed user logout bug

This commit is contained in:
2024-10-19 22:29:49 +02:00
parent b5fc279340
commit 81ab0ccfd7
8 changed files with 97 additions and 31 deletions

View File

@@ -13,7 +13,7 @@
class="mdi mdi-settings"
title="admin"
></a>
<a href="/user/logout"
<a href="#"
@click.prevent="onLogout()"
class="mdi mdi-logout"
title="logout"