Skip to content
Prev Previous commit
Next Next commit
Removes bad line break
  • Loading branch information
Joel Sparks committed Feb 18, 2020
commit 55b20855140142fb5015040de2ee065c74911bcf
1 change: 0 additions & 1 deletion src/AspNet.Security.OpenId/OpenIdAuthenticationHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ protected override async Task HandleChallengeAsync(AuthenticationProperties prop
message.SetParameter(prop.Key,
prop.Value.ToString());
}

}

var address = QueryHelpers.AddQueryString(configuration.AuthenticationEndpoint,
Expand Down