fix Bug 52071

This commit is contained in:
pavelbannov 2021-11-26 21:36:51 +03:00
parent b716f95a71
commit d297fa0dd1

View File

@ -436,6 +436,8 @@ namespace ASC.Web.Api.Controllers
{ {
throw new Exception("user not found"); throw new Exception("user not found");
} }
Cache.Insert("loginsec/" + memberModel.UserName, (--counter).ToString(CultureInfo.InvariantCulture), DateTime.UtcNow.Add(TimeSpan.FromMinutes(1)));
} }
else else
{ {