Skip to content

Commit 259ec83

Browse files
Remove incorrect using statement from ASPNET Owin (#10475)
1 parent a0e7599 commit 259ec83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/quickstart/webapp/aspnet-owin/files/account.controller.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ language: csharp
66
```csharp
77
using Microsoft.AspNetCore.Authentication;
88
using Microsoft.AspNetCore.Authentication.Cookies;
9-
using Auth0.AspNetCore.Authentication;
109

1110
public class AccountController : Controller
1211
{
@@ -44,4 +43,4 @@ public class AccountController : Controller
4443
HttpContext.GetOwinContext().Authentication.SignOut("Auth0");
4544
}
4645
}
47-
```
46+
```

0 commit comments

Comments
 (0)