We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66629db commit 3941d9aCopy full SHA for 3941d9a
src/Security/Authentication/test/CookieTests.cs
@@ -1933,7 +1933,7 @@ private static async Task<IHost> CreateHostWithServices(Action<IServiceCollectio
1933
app.UseRouting();
1934
app.UseEndpoints(endpoints =>
1935
{
1936
- void AddChallengeAndForbidEndpionts(IEndpointRouteBuilder routeGroup)
+ void AddChallengeAndForbidEndpoints(IEndpointRouteBuilder routeGroup)
1937
1938
routeGroup.MapGet("/challenge", async context =>
1939
0 commit comments