mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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"
|
||||
ctaURL: (opts) -> opts.tokenLinkUrl
|
||||
secondaryMessage: (opts) ->
|
||||
"If the button does not appear, open this link in your browser: #{opts.tokenLinkUrl}"
|
||||
})
|
||||
|
||||
templates.accountMergeToSharelatexAddress = templates.accountMergeToOverleafAddress
|
||||
|
|
Loading…
Reference in a new issue