warren creation / edit / deletion

This commit is contained in:
2025-07-22 22:01:43 +02:00
parent 2ed69ae498
commit b3e68deb38
27 changed files with 1345 additions and 25 deletions

View File

@@ -1,5 +1,6 @@
export async function logout() {
useAuthSession().value = null;
useAdminStore().$reset();
await navigateTo({
path: '/login',
});