From a94f5957bfcbd4a6d19250bcc9cd8114c5e7b52d Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 18 Apr 2025 07:09:06 +0800 Subject: [PATCH] Update current-user.md --- docs/en/framework/infrastructure/current-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/framework/infrastructure/current-user.md b/docs/en/framework/infrastructure/current-user.md index d9082633f5..aa1974ab92 100644 --- a/docs/en/framework/infrastructure/current-user.md +++ b/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") } ) );