diff --git a/backend/services/identity-service/src/app.module.ts b/backend/services/identity-service/src/app.module.ts index 04afe9bf..85026aa4 100644 --- a/backend/services/identity-service/src/app.module.ts +++ b/backend/services/identity-service/src/app.module.ts @@ -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,