Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatstariongroup committed Jan 21, 2025
1 parent 94ddad7 commit 396fff6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CometServer/Modules/Authentication/AuthenticationModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public override void AddRoutes(IEndpointRouteBuilder app)

app.MapPost("/logout", async (HttpRequest req, HttpResponse res) =>
{
await req.HttpContext.SignInAsync(req.Headers.Authorization.);
//return webServiceAuthentication.LogOutResponse(req.HttpContext);
throw new NotImplementedException();
}).RequireAuthorization(ApiBase.AuthenticationSchemes);

Expand Down

0 comments on commit 396fff6

Please sign in to comment.