File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Security/Authentication/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1947,11 +1947,11 @@ void AddChallengeAndForbidEndpoints(IEndpointRouteBuilder routeGroup)
19471947 }
19481948
19491949 var apiRouteGroup = endpoints . MapGroup ( "/api" ) . DisableCookieRedirect ( ) ;
1950- AddChallengeAndForbidEndpionts ( apiRouteGroup ) ;
1950+ AddChallengeAndForbidEndpoints ( apiRouteGroup ) ;
19511951
19521952 // IAllowCookieRedirect always wins if present. Adding IDisableCookieRedirect before and afterwards does not override it.
19531953 var overriddenRouteGroup = apiRouteGroup . MapGroup ( "/jk" ) . AllowCookieRedirect ( ) . DisableCookieRedirect ( ) ;
1954- AddChallengeAndForbidEndpionts ( overriddenRouteGroup ) ;
1954+ AddChallengeAndForbidEndpoints ( overriddenRouteGroup ) ;
19551955 } ) ;
19561956 } )
19571957 . ConfigureServices ( services =>
You can’t perform that action at this time.
0 commit comments