mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 06:50:51 +00:00
Merge pull request #984 from sharelatex/ta-email-cta-link
add plain text link to email address confirmation emails
This commit is contained in:
commit
e3cfa36b56
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ 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
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue