All checks were successful
Auto Tag Develop / tag (push) Successful in 5s
| Numéro du ticket | Titre du ticket | |------------------|-----------------| | 315 | Création d'une page d'administration : modification/création d'un utilisateur | ## Description de la PR ## Modification du .env ## Check list - [x] Pas de régression - [ ] TU/TI/TF rédigée - [x] TU/TI/TF OK - [x] CHANGELOG modifié Reviewed-on: #17 Reviewed-by: Autin <tristan@yuno.malio.fr> Co-authored-by: kevin <kevin@yuno.malio.fr> Co-committed-by: kevin <kevin@yuno.malio.fr>
9 lines
114 B
Vue
9 lines
114 B
Vue
<template>
|
|
<UserForm/>
|
|
</template>
|
|
<script setup lang="ts">
|
|
definePageMeta({
|
|
layout: 'admin'
|
|
})
|
|
</script>
|