This commit is contained in:
SMR
2024-11-01 09:36:14 +08:00
parent dec6b8582f
commit b72c535054

View File

@@ -67,7 +67,7 @@ namespace DOAN.ServiceCore.Services
{
logininfor.Msg = _localizer["login_user_disabled"].Value;//該用戶已禁用
AddLoginInfo(logininfor);
throw new CustomException(ResultCode.LOGIN_ERROR, logininfor.Msg, false);
throw new CustomException(ResultCode.LOGIN_ERROR, logininfor.Msg, false);
}
logininfor.Status = "0";