mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-28 10:26:07 +08:00
修改登录通知消息
This commit is contained in:
parent
9fc8fdd9d1
commit
6619374571
|
@ -104,7 +104,7 @@ export default class AuthService {
|
|||
'登陆通知',
|
||||
`你于${new Date(
|
||||
timestamp,
|
||||
).toLocaleString()}在 ${address} 登陆成功,ip地址 ${ip}"`,
|
||||
).toLocaleString()}在 ${address} 登陆成功,ip地址 ${ip}`,
|
||||
);
|
||||
await this.getLoginLog();
|
||||
await this.insertDb({
|
||||
|
@ -126,7 +126,7 @@ export default class AuthService {
|
|||
'登陆通知',
|
||||
`你于${new Date(
|
||||
timestamp,
|
||||
).toLocaleString()}在 ${address} 登陆失败,ip地址 ${ip}"`,
|
||||
).toLocaleString()}在 ${address} 登陆失败,ip地址 ${ip}`,
|
||||
);
|
||||
await this.getLoginLog();
|
||||
await this.insertDb({
|
||||
|
|
Loading…
Reference in New Issue
Block a user