修改错误文字 (#809)

Co-authored-by: 14K <9112790+the14k@user.noreply.gitee.com>
This commit is contained in:
14kk
2021-10-29 23:26:44 +08:00
committed by GitHub
parent 8f8296ab64
commit 21139157c8
4 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -116,10 +116,10 @@ export default class UserService {
isTwoFactorChecking: false,
});
await this.notificationService.notify(
'登通知',
'登通知',
`你于${new Date(timestamp).toLocaleString()}${address} ${
req.platform
}端 登成功,ip地址 ${ip}`,
}端 登成功,ip地址 ${ip}`,
);
await this.getLoginLog();
await this.insertDb({
@@ -145,10 +145,10 @@ export default class UserService {
platform: req.platform,
});
await this.notificationService.notify(
'登通知',
'登通知',
`你于${new Date(timestamp).toLocaleString()}${address} ${
req.platform
}端 登失败,ip地址 ${ip}`,
}端 登失败,ip地址 ${ip}`,
);
await this.getLoginLog();
await this.insertDb({