mirror of
https://github.com/certd/certd.git
synced 2026-04-22 10:57:25 +08:00
perf: 支持短信验证码登录
This commit is contained in:
@@ -21,7 +21,6 @@ export class EmailNotification extends BaseNotification {
|
||||
|
||||
async send(body: NotificationBody) {
|
||||
await this.ctx.emailService.send({
|
||||
userId: body.userId,
|
||||
subject: body.title,
|
||||
content: body.content + '\n[查看详情](' + body.url + ')',
|
||||
receivers: this.receivers,
|
||||
|
||||
Reference in New Issue
Block a user