Skip to content

Commit

Permalink
fix: Fix broken certifierUrl missing protocol in href
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke authored and matthieu-foucault committed Jun 22, 2020
1 parent e1cf92a commit 750db9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/emailTemplates/certificationRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const createCertificationRequestMail = ({
<strong>Please follow the steps below to certify the facility's CIIP application:</strong>
<ul>
<li>
Please log in to the CIIP Portal to <a href="${certifierUrl}">review a summary of the data</a> contained in the CIIP application. The application details can be found <a href="${certifierUrl}">here</a>.
Please log in to the CIIP Portal to <a href="https://${certifierUrl}">review a summary of the data</a> contained in the CIIP application. The application details can be found <a href="https://${certifierUrl}">here</a>.
<ul>
<li>Complete the certification by reading the legal statement, signing in the grey "Certifying Official Signature" box or uploading a signature file, and then clicking the green "Sign" button at the bottom of the page.</li>
</ul>
Expand Down

0 comments on commit 750db9f

Please sign in to comment.