Fixed address prop not being passed to email template.
This commit is contained in:
@@ -561,6 +561,7 @@ async function sendEmailAlerts() {
|
||||
props: {
|
||||
user,
|
||||
triggers: userTriggers,
|
||||
address: config.web.address,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user