Do not escape link

This commit is contained in:
Girish Ramakrishnan
2019-02-14 19:36:59 -08:00
parent 458658a71b
commit c7538a35a2

View File

@@ -5,10 +5,10 @@ Dear <%= user.displayName || user.username || user.email %>,
Welcome to <%= cloudronName %>!
Follow the link to get started.
<%= setupLink %>
<%- setupLink %>
<% if (invitor && invitor.email) { %>
You are receiving this email because you were invited by <%- invitor.email %>.
You are receiving this email because you were invited by <%= invitor.email %>.
<% } %>