mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 05:23:33 +00:00
Remove secondary CTA link from account merge confirmation email
bug: sharelatex/web-sharelatex-internal#987 Signed-off-by: Simon Detheridge <s@sd.ai>
This commit is contained in:
parent
d316a76106
commit
286f25529a
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ templates.accountMergeToOverleafAddress = CTAEmailTemplate({
|
||||||
"""
|
"""
|
||||||
ctaText: () -> "Confirm Account Merge"
|
ctaText: () -> "Confirm Account Merge"
|
||||||
ctaURL: (opts) -> opts.tokenLinkUrl
|
ctaURL: (opts) -> opts.tokenLinkUrl
|
||||||
secondaryMessage: (opts) ->
|
|
||||||
"If the button does not appear, open this link in your browser: #{opts.tokenLinkUrl}"
|
|
||||||
})
|
})
|
||||||
|
|
||||||
templates.accountMergeToSharelatexAddress = templates.accountMergeToOverleafAddress
|
templates.accountMergeToSharelatexAddress = templates.accountMergeToOverleafAddress
|
||||||
|
|
Loading…
Reference in a new issue