Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
remove inaccurate comment
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lea <[email protected]>
  • Loading branch information
dcl10 committed Nov 7, 2023
1 parent 31e0426 commit 10f6830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/HutchAgent/Services/OpenIdIdentityService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ public async Task<string> RequestClientAccessToken(string clientId, string secre
{
var disco = await GetDiscoveryDocument();

// Make a password token request for a user
var tokenResponse = await _http.RequestRefreshTokenAsync(new()
{
Address = disco.TokenEndpoint,
Expand Down

0 comments on commit 10f6830

Please sign in to comment.