fix(email): omit links when application URL is not configured (#1806)

Co-authored-by: sct <ryan@sct.dev>
This commit is contained in:
TheCatLady
2021-07-13 05:32:37 -04:00
committed by GitHub
parent 680ea0c87a
commit 1133a34ffd
5 changed files with 20 additions and 89 deletions

View File

@@ -212,7 +212,7 @@ export class User {
},
locals: {
resetPasswordLink,
applicationUrl: resetPasswordLink,
applicationUrl,
applicationTitle,
},
});