Skip to content
Snippets Groups Projects
Commit 600e54e1 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

Merge branch 'HIN-1244-added-users-emails' into 'develop'

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

See merge request !215
parents b079c110 499f25b8
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