Missing highlighted code (#11439)

services.AddTransient for the custom token provider is not highlighted.

NB: There is also an empty code description below the line "The complete method is shown with the changed line highlighted:", which I did not correct since I do not know to what it refers to.
pull/11548/head
Ponant 2019-03-18 21:15:29 +01:00 committed by Rick Anderson
parent ce44e45153
commit dfc9c82f08
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Add a custom [DataProtectorTokenProvider\<TUser>](/dotnet/api/microsoft.aspnetco
Add the custom provider to the service container:
[!code-csharp[](accconfirm/sample/WebPWrecover22/StartupEmail.cs?name=snippet1&highlight=10-13)]
[!code-csharp[](accconfirm/sample/WebPWrecover22/StartupEmail.cs?name=snippet1&highlight=10-13,18)]
### Resend email confirmation