Skip to content

Commit b9ca71b

Browse files
committed
fixed unsubscribe URL is not supplied with the email reports
1 parent ae18e34 commit b9ca71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/production/src/common/templates/en/project-report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3 style="margin-bottom: 5px;">{{name}}</h3>
9797

9898
<br /><br />
9999

100-
Do not want to receive these emails? <a href="{{data.unsubscribeUrl}}"
100+
Do not want to receive these emails? <a href="{{unsubscribeUrl}}"
101101
target="_blank">Click here</a> to unsubscribe.
102102
</span>
103103
</font>

0 commit comments

Comments
 (0)