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:
parent
93b0f1ff96
commit
f8dbac449a
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue