Skip to content

Commit f348d53

Browse files
authored
Merge pull request #36729 from dotnet/main
Merge to Live
2 parents a3efb64 + 3428a56 commit f348d53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aspnetcore/blazor/security/blazor-web-app-with-windows-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ builder.Services.AddAuthorizationBuilder()
7171
"S-1-5-113"));
7272
```
7373

74-
The authorization policy is enforced by the `LocalAccountOnly` component.
74+
The authorization policy is enforced by the `LocalAccount` component.
7575

76-
`Components/Pages/LocalAccountOnly.razor`:
76+
`Components/Pages/LocalAccount.razor`:
7777

7878
```razor
79-
@page "/local-account-only"
79+
@page "/local-account"
8080
@using Microsoft.AspNetCore.Authorization
8181
@attribute [Authorize("LocalAccount")]
8282

0 commit comments

Comments
 (0)