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 = ` -

Your Counter Fire email login code is

+

Enter this code to complete your sign in:

{{ocde}}

{{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 {