Merge pull request #25478 from dotnet/Rick-Anderson-patch-2

Update identity.md
pull/25479/head
Rick Anderson 2022-03-31 10:04:18 -10:00 committed by GitHub
commit d92541e9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ Run the app and register a user. Depending on your screen size, you might need t
Services are added in `Program.cs`. The typical pattern is to call methods in the following order:
1. `Add{Service}`
1. `Services.Configure{Service}`
1. `builder.Services.Configure{Service}`
[!code-csharp[](identity/sample/WebApp6x/Program.cs?name=snippet_)]