fix : CI/CD
All checks were successful
Auto Tag Develop / tag (push) Successful in 5s

This commit is contained in:
2026-02-09 15:48:16 +01:00
parent 31c0ae15f4
commit e6fbfcd36d

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="h-screen overflow-hidden"> <div class="h-screen overflow-hidden">
<div class="flex h-full"> <div class="flex h-full">
<aside class="flex h-full w-64 flex-shrink-0 flex-col border-r border-neutral-200 bg-tertiary-500"> <aside class="flex h-full w-64 flex-shrink-0 flex-col border-r border-neutral-200 bg-tertiary-500">
<div> <div>
<img src="/malio.png" alt="Logo" class="w-auto"/> <img src="/malio.png" alt="Logo" class="w-auto"/>
</div> </div>
@@ -64,7 +64,7 @@
<script setup lang="ts"> <script setup lang="ts">
const auth = useAuthStore() const auth = useAuthStore()
const { version } = useAppVersion() const {version} = useAppVersion()
const handleLogout = async () => { const handleLogout = async () => {
await auth.logout() await auth.logout()