Skip to content

Commit

Permalink
chore: remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
woerndle committed Dec 12, 2022
1 parent ccceec9 commit 9dad378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deskstar-backend/Deskstar/Core/RequestInteractions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ public static Guid ExtractIdFromRequest(HttpRequest request)
var handler = new JwtSecurityTokenHandler();
var jwtSecurityToken = handler.ReadJwtToken(accessToken);
return new Guid(jwtSecurityToken.Claims.First(claim => claim.Type == JwtRegisteredClaimNames.NameId).Value);

}
}

0 comments on commit 9dad378

Please sign in to comment.