diff --git a/README.md b/README.md index 2a31fbc..7a9623f 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/src/routes/users.ts b/src/routes/users.ts index a392f02..6085a24 100644 --- a/src/routes/users.ts +++ b/src/routes/users.ts @@ -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, }) })