Skip to content

Commit

Permalink
fix: remove form link from mail
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Dec 18, 2024
1 parent 68fe7e8 commit 274f4ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/backend/src/features/mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ export const sendReportMail = ({
to: recipients,
subject: "Compte-rendu UDAP" + (report?.title ? ` : ${report.title}` : ""),
text: `Bonjour,
vous trouverez ci-joint le compte-rendu de notre rendez-vous.
Ce compte-rendu est un nouveau dispositif en phase de développement pour but d’aider l’usager dans sa démarche. Aidez-nous à l’améliorer en répondant à ce questionnaire anonyme de moins d’une minute : https://adtk8x51mbw.eu.typeform.com/to/LHrKhXkd
Vous trouverez ci-joint le compte-rendu de notre rendez-vous.
Cordialement`,
attachments: [
Expand Down

0 comments on commit 274f4ab

Please sign in to comment.