Ajout du copyright dans le readme, modifications mineures.
This commit is contained in:
@@ -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.
|
||||
@@ -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,
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user