diff --git a/assets/mailer_templates/confirmation.html b/assets/mailer_templates/confirmation.html index dcd218d5..9d12b8cc 100644 --- a/assets/mailer_templates/confirmation.html +++ b/assets/mailer_templates/confirmation.html @@ -115,7 +115,7 @@ body, #bodyTable { background-color: rgb(244, 244, 244); }.mceText, .mceLabel {
-

Log in to AppFlowy


Click the button below to securely log in or sign up. This magic link will expire in 5 minutes.

+
Log in / Sign up

Log in to AppFlowy


Click the button below to securely log in or sign up. This magic link will expire in 5 minutes.

-
Log in / Sign up

Confirming this request will securely log you in using {youremail@email}.

+

Confirming this request will securely log you in.

diff --git a/dev.env b/dev.env index 68731c4f..79733945 100644 --- a/dev.env +++ b/dev.env @@ -89,3 +89,4 @@ CLOUDFLARE_TUNNEL_TOKEN= OPENAI_API_KEY= APPFLOWY_HISTORY_DATABASE_URL=postgres://postgres:password@localhost:5432/postgres +GOTRUE_MAILER_TEMPLATES_CONFIRMATION=https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/mailer-template/assets/mailer_templates/confirmation.html