Revert "add plain text link to email address confirmation emails"

This reverts commit 48cd7e604dcc5f3b7ae8eb699f14b44bc073f107.
This commit is contained in:
Simon Detheridge 2018-10-05 13:16:42 +01:00
parent a2ef0e1ae5
commit d316a76106

View file

@ -97,8 +97,6 @@ templates.confirmEmail = CTAEmailTemplate({
title: () -> "Confirm Email"
message: () -> "Please confirm your email on #{settings.appName}."
ctaText: () -> "Confirm Email"
secondaryMessage: (opts) ->
"If the button does not appear, open this link in your browser: #{opts.confirmEmailUrl}"
ctaURL: (opts) -> opts.confirmEmailUrl
})