[#MUI-8] Ajout composant mot de passe (#13)

| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
|                  |                 |

## 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: #13
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
This commit was merged in pull request #13.
This commit is contained in:
2026-03-19 09:43:55 +00:00
committed by Autin
parent ded414ba1a
commit 9925f1ced4
11 changed files with 935 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
{
"permissions": {
"allow": [
"Bash(npm run:*)"
"Bash(npm run:*)",
"Bash(npx vitest:*)"
]
}
}