Skip to content

Commit

Permalink
fix: 540
Browse files Browse the repository at this point in the history
  • Loading branch information
mg-dgsspa committed Jan 15, 2025
1 parent a10d718 commit e44b1fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private string ReadJwt(string selfcareToken)
if (claim.Type == CustomClaim.Organization)
{
dynamic? jsonObject = JsonConvert.DeserializeObject<dynamic>(claim.Value!);
data += $" idEnte: {jsonObject!.id}" + $" Ente: {jsonObject!.name} ";
data += $" idEnte: {jsonObject!.id}" + $" ente: {jsonObject!.name} ";
}

}
Expand Down

0 comments on commit e44b1fb

Please sign in to comment.