修改游戏内容
This commit is contained in:
parent
6e5d275f1e
commit
fc30c1ccf4
@ -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 = `
|
||||
<h1>Your Counter Fire email login code is</h1>
|
||||
<h1>Enter this code to complete your sign in:</h1>
|
||||
<h1>{{ocde}}</h1>
|
||||
<p>{{time}}</p>
|
||||
<p>This is your one time code that expires in 5 minutes.</p>
|
||||
<p>Use it to login Counter Fire. Never share this code with anyone.</p>
|
||||
<p>Please enter it within 5 minutes as it expires shortly. </p>
|
||||
<p>For security purposes, do not share this code with anyone.</p>
|
||||
<p>Best,</p>
|
||||
<p>The Counter Fire Team</p>
|
||||
`
|
||||
|
||||
export interface IMailData {
|
||||
|
Loading…
x
Reference in New Issue
Block a user