修改文件类型 和优先级设置

This commit is contained in:
2026-05-08 17:04:00 +08:00
parent 7957a33fc4
commit 3200c71996
5 changed files with 123 additions and 15 deletions
@@ -359,6 +359,8 @@ namespace IRaCIS.Core.Application.Service
await _mailVerificationService.AnolymousSendEmailForResetAccount(email, verificationCode);
await _fusionCache.RemoveAsync(CacheKeys.UserLoginError(existUser.UserName));
await _fusionCache.RemoveByTagAsync(CacheKeys.UserMFATag(existUser.Id));
return ResponseOutput.Ok();