removes testing timeout so it stays as it was

This commit is contained in:
Shannon
2021-02-23 11:25:27 +11:00
parent e3dc017d7e
commit 27d94f1ca6

View File

@@ -175,7 +175,7 @@ namespace Umbraco.Web.Security
return SecurityStampValidator
.OnValidateIdentity<BackOfficeUserManager, BackOfficeIdentityUser, int>(
TimeSpan.FromMinutes(3),
TimeSpan.FromMinutes(30),
async (manager, user) =>
{
var regenerated = await manager.GenerateUserIdentityAsync(user);