Ajout du copyright dans le readme, modifications mineures.

This commit is contained in:
2026-04-06 21:55:31 +02:00
parent 53d2db737e
commit 1957473835
2 changed files with 8 additions and 2 deletions

View File

@@ -172,4 +172,10 @@ npm run start # Run compiled server
## 📄 License
ISC
Copyright (c) 2026 Raffi (& Claude ai)
Permission is hereby granted to use, copy, modify, and distribute this software
for non-commercial purposes only, with attribution.
Commercial use of any kind is strictly prohibited without prior written permission
from the author.

View File

@@ -41,7 +41,7 @@ export default async function userRoutes(fastify: FastifyInstance) {
await passwordRecoveryRequest(fastify.prisma, fastify.mailer, email, validLang)
return reply.status(200).send({
message: 'Si cet email est enregistré, vous recevrez un lien de réinitialisation.',
success: true,
})
})