fix: corriger les erreurs sur la route /login
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 34s
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 34s
- Échapper le @ dans les placeholders email (vue-i18n v9 interprète @ comme message linking) - Gérer l'erreur silencieusement quand projects.json est inaccessible (user non connecté) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2d3be6d140
commit
cd1b374d10
3 changed files with 4 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
},
|
||||
"forms": {
|
||||
"email": "Email",
|
||||
"emailPlaceholder": "mail@exemple.com",
|
||||
"emailPlaceholder": "mail{'@'}exemple.com",
|
||||
"password": "Mot de passe",
|
||||
"passwordPlaceholder": "Minimum 8 caractères",
|
||||
"newPassword": "Nouveau mot de passe",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue