Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Apr 20, 2015
1 parent 8be698e commit c2e55f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public override void Challenge(AuthenticationProperties properties, string authe
HttpResponseFeature.StatusCode = 401;
var handler = HttpAuthenticationFeature.Handler;

var challengeContext = new ChallengeContext(authenticationScheme, properties == null ? null : properties.Items);
var challengeContext = new ChallengeContext(authenticationScheme, properties?.Items);
if (handler != null)
{
handler.Challenge(challengeContext);
Expand Down

0 comments on commit c2e55f6

Please sign in to comment.