Revert "ask to send from same email address"

This reverts commit 87c86182fd.
This commit is contained in:
Thibault Duplessis 2020-04-26 10:58:17 -06:00
parent 87c86182fd
commit f697843c59

View file

@ -62,11 +62,7 @@ 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,
strong(" from ", email.value)
),
p("Copy and paste the above text and send it to ", contactEmail),
p("We will come back to you shortly to help you complete your signup.")
)
case Confirmed(name) =>