mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 07:11:17 +00:00
Working overleaf-side of account-merge
This commit is contained in:
parent
fcfcbdb4c5
commit
c9e3418049
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ templates.accountMergeToOverleafAddress = CTAEmailTemplate({
|
|||
ctaURL: (opts) -> opts.tokenLinkUrl
|
||||
})
|
||||
|
||||
templates.accountMergeToSharelatexAddress = templates.accountMergeToOverleafAddress
|
||||
|
||||
templates.registered = CTAEmailTemplate({
|
||||
subject: () -> "Activate your #{settings.appName} Account"
|
||||
message: (opts) -> """
|
||||
|
|
Loading…
Reference in a new issue