ask to send from same email address

This commit is contained in:
Thibault Duplessis 2020-04-26 10:58:05 -06:00
parent 8dd133fae5
commit 87c86182fd

View file

@ -62,7 +62,11 @@ object emailConfirmHelp {
hr,
p(i(s"Hello, please confirm my account: $name")),
hr,
p("Copy and paste the above text and send it to ", contactEmail),
p(
"Copy and paste the above text and send it to ",
contactEmail,
strong(" from ", email.value)
),
p("We will come back to you shortly to help you complete your signup.")
)
case Confirmed(name) =>