Skip to content

Commit

Permalink
fix(api): aap jury emails where pointing to the old elm app
Browse files Browse the repository at this point in the history
  • Loading branch information
agarbe committed Jul 16, 2024
1 parent ebfabf1 commit 65c0a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const sendJuryResultAAPEmail = async ({
<p>Nous vous informons que, suite à son passage devant un jury VAE, les résultats de votre candidat ${candidateFullName} ont été renseignés par le certificateur. Ils sont dès à présent consultables depuis votre Espace professionnel sous la rubrique “Jury”.</p>
`,
labelCTA: "Accéder aux informations jury",
url: `${baseUrl}/admin/candidacies/${candidacyId}/jury/result`,
url: `${baseUrl}/admin2/candidacies/${candidacyId}/jury-aap`,
}),
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export const sendJuryScheduledAAPEmail = async ({
to: { email },
htmlContent,
subject: "Convocation de passage en jury pour un de vos candidats",
customUrl: `${baseUrl}/admin/candidacies/${candidacyId}/jury/date`,
customUrl: `${baseUrl}/admin2/candidacies/${candidacyId}/jury-aap`,
});
};

0 comments on commit 65c0a9e

Please sign in to comment.