@@ -254,7 +254,7 @@ namespace IRaCIS.Api.Controllers
|
||||
else
|
||||
{
|
||||
//正常登录才发送邮件
|
||||
await _userService.SendMFAEmail(userId);
|
||||
await _userService.SendMFAEmail(new Core.Application.ViewModel.SendMfaCommand() { IdentityUserId= userId });
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user