mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 11:35:57 +00:00
Revert "add plain text link to email address confirmation emails"
This reverts commit 48cd7e604dcc5f3b7ae8eb699f14b44bc073f107.
This commit is contained in:
parent
a2ef0e1ae5
commit
d316a76106
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ 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