fix(identity): add EmailService to InfrastructureModule in app.module.ts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-23 21:12:22 -08:00
parent 93b0f1ff96
commit f8dbac449a
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ import { EventPublisherService } from '@/infrastructure/kafka/event-publisher.se
import { MpcEventConsumerService } from '@/infrastructure/kafka/mpc-event-consumer.service';
import { BlockchainEventConsumerService } from '@/infrastructure/kafka/blockchain-event-consumer.service';
import { SmsService } from '@/infrastructure/external/sms/sms.service';
import { EmailService } from '@/infrastructure/external/email/email.service';
import { BlockchainClientService } from '@/infrastructure/external/blockchain/blockchain-client.service';
import {
MpcClientService,
@ -80,6 +81,7 @@ import { JwtAuthGuard } from '@/shared/guards/jwt-auth.guard';
MpcEventConsumerService,
BlockchainEventConsumerService,
SmsService,
EmailService,
MpcClientService,
MpcWalletService,
BlockchainClientService,
@ -93,6 +95,7 @@ import { JwtAuthGuard } from '@/shared/guards/jwt-auth.guard';
MpcEventConsumerService,
BlockchainEventConsumerService,
SmsService,
EmailService,
MpcClientService,
MpcWalletService,
BlockchainClientService,