Merge remote-tracking branch 'origin/v10/dev' into v11/dev

This commit is contained in:
Bjarke Berg
2023-09-20 09:43:41 +02:00
7 changed files with 60 additions and 63 deletions

View File

@@ -1,5 +1,6 @@
using System.Globalization;
using System.Security.Claims;
using System.Security.Cryptography;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
@@ -429,6 +430,8 @@ public class AuthenticationController : UmbracoApiControllerBase
}
}
await Task.Delay(RandomNumberGenerator.GetInt32(400, 2500));
return Ok();
}