fix:修复LoginCoreService依赖注入问题,支持双模式用户服务 #15

Merged
moyin merged 1 commits from docs/update-readme-and-contributors into main 2025-12-18 15:10:28 +08:00
Showing only changes of commit b99b77e08b - Show all commits

View File

@@ -103,7 +103,7 @@ export interface VerificationCodeResult {
@Injectable()
export class LoginCoreService {
constructor(
private readonly usersService: UsersService,
@Inject('UsersService') private readonly usersService: UsersService,
private readonly emailService: EmailService,
private readonly verificationService: VerificationService,
) {}