Navbar (!28)
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled

|  | Layout-Admin |
|------------------|-----------------|
|                  |                 |

## Description de la PR

## Modification du .env

## Check list

- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié

Reviewed-on: #28
Reviewed-by: Autin <tristan@yuno.malio.fr>
Co-authored-by: Matteo <matteo@yuno.malio.fr>
Co-committed-by: Matteo <matteo@yuno.malio.fr>
This commit was merged in pull request #28.
This commit is contained in:
2026-02-16 14:32:31 +00:00
committed by Autin
parent 67428186f6
commit 358da6a8ad
14 changed files with 167 additions and 152 deletions

View File

@@ -39,7 +39,7 @@
</template>
<script setup lang="ts">
definePageMeta({
layout: 'admin'
layout: 'default'
})
import {computed, reactive, ref, watch} from 'vue'

View File

@@ -38,7 +38,7 @@
<script setup lang="ts">
definePageMeta({
layout: 'admin'
layout: 'default'
})
import type {UserData} from "~/services/dto/user-data";