Skip to content

Commit 7548391

Browse files
Update ASPNET Owin highlighting (#10476)
1 parent 259ec83 commit 7548391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/quickstart/webapp/aspnet-owin/interactive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ It is essential that you register both the cookie middleware and the OpenID Conn
5555

5656
In the code snippet, `AuthenticationType` is set to **Auth0**. Use `AuthenticationType` in the next section to challenge the OpenID Connect middleware and start the authentication flow. `RedirectToIdentityProvider` notification event constructs the correct [logout URL](/logout).
5757

58-
## Add login to your application {{{ data-action=code data-code="AccountController.cs#7:16" }}}
58+
## Add login to your application {{{ data-action=code data-code="AccountController.cs#6:15" }}}
5959

6060
To allow users to log in to your ASP.NET OWIN application, add a `Login` action to your controller.
6161

0 commit comments

Comments
 (0)