fixed typo (#13176)
parent
96123d3e47
commit
40ff01d273
|
@ -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)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue