Skip to content

Commit

Permalink
Remove incorrect using statement from ASPNET Owin
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Oct 24, 2024
1 parent a0e7599 commit 7181245
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ language: csharp
```csharp
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Auth0.AspNetCore.Authentication;

public class AccountController : Controller
{
Expand Down Expand Up @@ -44,4 +43,4 @@ public class AccountController : Controller
HttpContext.GetOwinContext().Authentication.SignOut("Auth0");
}
}
```
```

0 comments on commit 7181245

Please sign in to comment.