Skip to content
Snippets Groups Projects
Commit 499f25b8 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

fix(component-user): send user last name in email if present

parent ac9238f6
No related branches found
No related tags found
3 merge requests!222Sprint #26,!217Sprint #26,!215fix(component-user): send user last name in email if present
......@@ -26,6 +26,7 @@ class Notification {
fromEmail: `${journalName} <${staffEmail}>`,
toUser: {
email: user.email,
name: user.lastName,
},
content: {
subject: 'Confirm your account',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment