Skip to content

Commit 191eea3

Browse files
committed
fix a bug in the provider options
1 parent f18ea97 commit 191eea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/KK.AspNetCore.EasyAuthAuthentication/Models/ProviderOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public ProviderOptions(string providerName, string nameClaimType, string roleNam
4141
{
4242
this.ProviderName = providerName;
4343
this.NameClaimType = nameClaimType;
44-
this.NameClaimType = roleNameClaimType;
44+
this.RoleClaimType = roleNameClaimType;
4545
}
4646

4747
/// <summary>

0 commit comments

Comments
 (0)