Skip to content

Commit

Permalink
remove unused line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jul 20, 2023
1 parent 74ece20 commit e50bcf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Duende.AccessTokenManagement/DPoPExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@ public static bool IsDPoPError(this HttpResponseMessage response)
public static string GetDPoPUrl(this HttpRequestMessage request)
{
return request.RequestUri!.Scheme + "://" + request.RequestUri!.Authority + request.RequestUri!.LocalPath;
return request.RequestUri!.Scheme + "://" + request.RequestUri!.Authority + request.RequestUri!.AbsolutePath;
}
}

0 comments on commit e50bcf6

Please sign in to comment.