same
This commit is contained in:
parent
34a72992b2
commit
cd250b0d82
@ -56,7 +56,7 @@ export default class EmailBuilder {
|
||||
const templateVariables = {
|
||||
civility: civility,
|
||||
last_name: user.last_name,
|
||||
link: "http://localhost:3000"
|
||||
link: this.variables.APP_HOST
|
||||
};
|
||||
|
||||
const templateName = ETemplates.DOCUMENT_RECAP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user