This commit is contained in:
tidusjar 2019-03-21 15:34:22 +00:00
parent 6aa5f15881
commit 826517cbff

View file

@ -150,7 +150,7 @@ namespace Ombi.Controllers
}
user.LastLoggedIn = DateTime.UtcNow;
await GlobalMutex.Lock(async () => await _userManager.UpdateAsync(user)).ConfigureAwait(false);
//await GlobalMutex.Lock(async () => await _userManager.UpdateAsync(user)).ConfigureAwait(false);
return new JsonResult(new
{