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
parent
ce44e45153
commit
dfc9c82f08
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue