We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8cf70 commit 946cfacCopy full SHA for 946cfac
1 file changed
aspnetcore/security/blazor/webassembly/additional-scenarios.md
@@ -422,7 +422,7 @@ using Microsoft.AspNetCore.Components.WebAssembly.Authentication.Internal;
422
public class CustomAccountFactory
423
: AccountClaimsPrincipalFactory<OidcAccount>
424
{
425
- public AccountClaimsPrincipalFactory(NavigationManager navigationManager,
+ public CustomAccountFactory(NavigationManager navigationManager,
426
IAccessTokenProviderAccessor accessor) : base(accessor)
427
428
}
0 commit comments