We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e7599 commit 259ec83Copy full SHA for 259ec83
articles/quickstart/webapp/aspnet-owin/files/account.controller.md
@@ -6,7 +6,6 @@ language: csharp
6
```csharp
7
using Microsoft.AspNetCore.Authentication;
8
using Microsoft.AspNetCore.Authentication.Cookies;
9
-using Auth0.AspNetCore.Authentication;
10
11
public class AccountController : Controller
12
{
@@ -44,4 +43,4 @@ public class AccountController : Controller
44
43
HttpContext.GetOwinContext().Authentication.SignOut("Auth0");
45
}
46
47
-```
+```
0 commit comments