Skip to content

Commit

Permalink
Update HttpRequestExtensions.cs
Browse files Browse the repository at this point in the history
[Sustainsys/Saml2] Sustainsys.Saml2.AspNetCore2.HttpRequestExtensions should be public (Issue Sustainsys#1474)
  • Loading branch information
magnusj64 authored Nov 2, 2024
1 parent 3508193 commit 35598bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sustainsys.Saml2.AspNetCore2/HttpRequestExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Sustainsys.Saml2.AspNetCore2
{
static class HttpRequestExtensions
public static class HttpRequestExtensions
{
public static HttpRequestData ToHttpRequestData(
this HttpContext httpContext,
Expand Down

0 comments on commit 35598bf

Please sign in to comment.