From fc30c1ccf438df0e63980e0706ea56fd80801621 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Tue, 14 May 2024 19:11:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B8=B8=E6=88=8F=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/email.svr.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/services/email.svr.ts b/src/services/email.svr.ts index c8c88f4..96b7e32 100644 --- a/src/services/email.svr.ts +++ b/src/services/email.svr.ts @@ -36,11 +36,13 @@ export const DEFAULT_VERIFY_MAIL_HTML = ` export const DEFAULT_LOGIN_MAIL_SUBJECT = 'Counter Fire email login code' export const DEFAULT_LOGIN_MAIL_HTML = ` -
{{time}}
-This is your one time code that expires in 5 minutes.
-Use it to login Counter Fire. Never share this code with anyone.
+Please enter it within 5 minutes as it expires shortly.
+For security purposes, do not share this code with anyone.
+Best,
+The Counter Fire Team
` export interface IMailData {