mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
feat: 手机号登录、邮箱验证码注册
This commit is contained in:
@@ -335,7 +335,6 @@ export abstract class CertApplyBasePlugin extends AbstractTaskPlugin {
|
||||
async sendSuccessEmail(body: NotificationBody) {
|
||||
this.logger.info("发送邮件通知:" + this.email);
|
||||
await this.ctx.emailService.send({
|
||||
userId: this.ctx.pipeline.userId,
|
||||
receivers: [this.email],
|
||||
subject: body.title,
|
||||
content: body.content,
|
||||
|
||||
Reference in New Issue
Block a user