Skip to content
Snippets Groups Projects
Commit 34dbff04 authored by Anca Ursachi's avatar Anca Ursachi
Browse files

Merge branch 'HIN-987' into 'develop'

fix(sign-up invitation): added country field, as selected value when creating a…

See merge request !76
parents cc4d669b fc7248ef
No related branches found
No related tags found
2 merge requests!110Sprint 21 Features,!76fix(sign-up invitation): added country field, as selected value when creating a…
...@@ -25,6 +25,7 @@ module.exports = { ...@@ -25,6 +25,7 @@ module.exports = {
lastName: user.lastName, lastName: user.lastName,
affiliation: user.affiliation, affiliation: user.affiliation,
title: user.title, title: user.title,
country: user.country,
}), }),
ctaText: 'CONFIRM ACCOUNT', ctaText: 'CONFIRM ACCOUNT',
signatureName: 'Hindawi', signatureName: 'Hindawi',
......
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