Fixed tryParse
This commit is contained in:
@@ -272,7 +272,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
|
||||
var result = _umbracoMapper.Map<UserDetail>(user);
|
||||
|
||||
//set their remaining seconds
|
||||
result.SecondsUntilTimeout = HttpContext.User.GetRemainingAuthSeconds();
|
||||
result.SecondsUntilTimeout = 100+ HttpContext.User.GetRemainingAuthSeconds();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user