fixed typo (#13176)

pull/13185/head
Mauro Ghini 2019-07-08 14:30:41 +02:00 committed by Luke Latham
parent 96123d3e47
commit 40ff01d273
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ The default Identity is replaced in the following code:
[!code-csharp[](scaffold-identity/sample/StartupFull.cs?name=snippet2)] [!code-csharp[](scaffold-identity/sample/StartupFull.cs?name=snippet2)]
The following the code sets the [LoginPath](/dotnet/api/microsoft.aspnetcore.authentication.cookies.cookieauthenticationoptions.loginpath), [LogoutPath](/dotnet/api/microsoft.aspnetcore.authentication.cookies.cookieauthenticationoptions.logoutpath), and [AccessDeniedPath](/dotnet/api/microsoft.aspnetcore.authentication.cookies.cookieauthenticationoptions.accessdeniedpath): The following code sets the [LoginPath](/dotnet/api/microsoft.aspnetcore.authentication.cookies.cookieauthenticationoptions.loginpath), [LogoutPath](/dotnet/api/microsoft.aspnetcore.authentication.cookies.cookieauthenticationoptions.logoutpath), and [AccessDeniedPath](/dotnet/api/microsoft.aspnetcore.authentication.cookies.cookieauthenticationoptions.accessdeniedpath):
[!code-csharp[](scaffold-identity/sample/StartupFull.cs?name=snippet3)] [!code-csharp[](scaffold-identity/sample/StartupFull.cs?name=snippet3)]