Merge branch 'dev' into feat/homepagina

This commit is contained in:
Laure Jablonski 2025-03-23 09:08:38 +01:00 committed by GitHub
commit eaf6c97262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 622 additions and 153 deletions

View file

@ -70,6 +70,7 @@
You are currently logged in as {{ auth.authState.user!.profile.name }} ({{ auth.authState.activeRole }})
</p>
<v-btn @click="performLogout">Logout</v-btn>
<v-btn to="/user">home</v-btn>
</div>
</main>
</template>

View file

@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<main></main>
</template>
<style scoped></style>

View file

@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<main></main>
</template>
<style scoped></style>

View file

@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<main></main>
</template>
<style scoped></style>

View file

@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<main></main>
</template>
<style scoped></style>