修改MFA 接口
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-06-14 10:38:58 +08:00
parent ae913d8213
commit 6207fb5006
4 changed files with 15 additions and 7 deletions
@@ -12,7 +12,7 @@ namespace IRaCIS.Application.Services
Task<IResponseOutput<LoginReturnDTO>> Login(string userName, string password);
Task<IResponseOutput> VerifyMFACodeAsync(Guid userId, string Code);
Task<IResponseOutput> SendMFAEmail(Guid userId);
Task<IResponseOutput> SendMFAEmail(Guid userId, UserMFAType mfaType);
Task<UserBasicInfo> GetUserBasicInfo(Guid userId,string pwd);
Task<IResponseOutput> ModifyPassword(EditPasswordCommand editPwModel);
Task<IResponseOutput> ResetPassword(Guid userId);