Skip to content

Commit 946cfac

Browse files
authored
Fixed Constructor in CustomAccountFactory (#18033)
1 parent 8d8cf70 commit 946cfac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/security/blazor/webassembly/additional-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ using Microsoft.AspNetCore.Components.WebAssembly.Authentication.Internal;
422422
public class CustomAccountFactory
423423
: AccountClaimsPrincipalFactory<OidcAccount>
424424
{
425-
public AccountClaimsPrincipalFactory(NavigationManager navigationManager,
425+
public CustomAccountFactory(NavigationManager navigationManager,
426426
IAccessTokenProviderAccessor accessor) : base(accessor)
427427
{
428428
}

0 commit comments

Comments
 (0)