Browse Source

Merge pull request #22685 from abpframework/auto-merge/rel-9-1/3654

Merge branch rel-9.2 with rel-9.1
pull/22687/head
maliming 1 year ago
committed by GitHub
parent
commit
3c8c675737
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/infrastructure/current-user.md

2
docs/en/framework/infrastructure/current-user.md

@ -138,7 +138,7 @@ public class MyAppService : ApplicationService
{
new Claim(AbpClaimTypes.UserId, Guid.NewGuid().ToString()),
new Claim(AbpClaimTypes.UserName, "john"),
new Claim("MyCustomCliam", "42")
new Claim("Claim", "42")
}
)
);

Loading…
Cancel
Save