Skip to content

Commit

Permalink
fix: email template
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns committed Nov 22, 2023
1 parent dfb6b66 commit aa68a6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion server/src/jobs/lba_recruteur/opco/relanceOpco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export const relanceOpco = async () => {
logoLba: `${config.publicUrl}/images/emails/logo_LBA.png?raw=true`,
},
count: userList[opco],
url: `${config.publicUrl}/espace-pro/authentification`,
},
})
})
Expand Down
8 changes: 1 addition & 7 deletions server/static/templates/mail-relance-opco.mjml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,13 @@
Parcoursup, Affelnet, ONISEP,...).
</mj-text>
<% } %>
<mj-button color="#ffffff" background-color="#000091" href="<%= data.url %>"> Accéder à mon espace </mj-button>
<mj-button color="#ffffff" background-color="#000091" href="https://labonnealternance.apprentissage.beta.gouv.fr/espace-pro/authentification"> Accéder à mon espace </mj-button>
<mj-text>
Ces entreprises ne connaissent pas forcément votre OPCO. Vous pouvez les contacter, leur présenter vos services et vérifier qu'elles sont bien adhérentes et qu'il ne
s'agit pas d'une tentative d'usurpation de compte.
</mj-text>
<mj-text align="center">
<a href="https://docs.google.com/presentation/d/1XTSuTs46IcBh7vCWD0Cb966-UqFTI_Cf/edit?usp=sharing&ouid=110913964761036068764&rtpof=true&sd=true"
>Comment vérifier un compte entreprise ?</a
>
</mj-text>
<mj-text>Pour activer la vérification automatique, vous pouvez vous rapprocher de nos équipes par mail à l'adresse [email protected]</mj-text>
<mj-text>
Expand Down

0 comments on commit aa68a6b

Please sign in to comment.