suppresion de local database

This commit is contained in:
2025-04-23 11:02:21 +02:00
parent 6226c9f632
commit 28b0e69da1
8 changed files with 339 additions and 153 deletions

View File

@ -4,7 +4,7 @@ import { useRouter } from "vue-router";
import { jwtDecode } from "jwt-decode"; // i hope this doesn't break the code later
import { store } from "../main.ts";
import { callApi } from "@/services/api.ts";
import Header from "@/components/HeaderComponent.vue";
const router = useRouter();
type TokenPayload = {
@ -43,6 +43,7 @@ const callApiWithLoading = async (path: string) => {
</script>
<template>
<Header />
<error-wrapper></error-wrapper>
<div class="auth-container">
<div class="auth-card">