Skip to content

Commit

Permalink
use the value
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Dec 5, 2023
1 parent b71ecf6 commit 9606dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tir/authorizationClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (ac AuthorizingHttpClient) postVpToken(tokenEndpoint string, vpToken string
return accessToken, err
}
// move to the vc?
tokenHttpRequest.Header.Set("client_id", "ac.clientId")
tokenHttpRequest.Header.Set("client_id", ac.clientId)
tokenHttpRequest.Header.Set("Content-Type", "application/x-www-form-urlencoded")
tokenHttpResponse, err := ac.httpClient.Do(tokenHttpRequest) // evaluate the results
if err != nil {
Expand Down

0 comments on commit 9606dea

Please sign in to comment.