feat : ajout des titles + update README.md
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled

This commit is contained in:
2026-02-23 14:51:06 +01:00
parent ad9e8705ae
commit 9cf978f0f2
10 changed files with 35 additions and 7 deletions

View File

@@ -49,6 +49,9 @@
<script setup lang="ts">
definePageMeta({layout: 'auth'})
useHead({
title: 'Connexion'
})
const router = useRouter()
const auth = useAuthStore()