fix(notif): Do not HTML-escape email subjects (#931)

This commit is contained in:
TheCatLady
2021-02-15 08:52:10 -05:00
committed by GitHub
parent 5e37a96bc0
commit 019622aab1
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
= `Account Information - ${applicationTitle}` != `Account Information [${applicationTitle}]`

View File

@@ -1 +1 @@
= `${requestType}: ${mediaName} - ${applicationTitle}` != `${requestType} - ${mediaName} [${applicationTitle}]`

View File

@@ -1 +1 @@
= `Password Reset - ${applicationTitle}` != `Password Reset [${applicationTitle}]`

View File

@@ -1 +1 @@
= `Test Notification - ${applicationTitle}` != `Test Notification [${applicationTitle}]`