mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add plain text link to email address confirmation emails
This commit is contained in:
parent
6d5908f2f4
commit
4e9737bf71
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ templates.confirmEmail = CTAEmailTemplate({
|
||||||
title: () -> "Confirm Email"
|
title: () -> "Confirm Email"
|
||||||
message: () -> "Please confirm your email on #{settings.appName}."
|
message: () -> "Please confirm your email on #{settings.appName}."
|
||||||
ctaText: () -> "Confirm Email"
|
ctaText: () -> "Confirm Email"
|
||||||
|
secondaryMessage: (opts) ->
|
||||||
|
"If the button does not appear, open this link in your browser: #{opts.confirmEmailUrl}"
|
||||||
ctaURL: (opts) -> opts.confirmEmailUrl
|
ctaURL: (opts) -> opts.confirmEmailUrl
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue