Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-tspencer committed Sep 23, 2024
1 parent 5101f7f commit 9d18563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cite.Api/Services/GalleryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public GalleryService(
if (!String.IsNullOrEmpty(tokenResponse.Error))
{
_logger.LogError($"Error: {tokenResponse.Error} ErrorDescription: {tokenResponse.ErrorDescription}");
_logger.LogError(_resourceOwnerAuthorizationOptions.ClientId);
_logger.LogError(_resourceOwnerAuthorizationOptions.UserName + "qw6578gdhncjq" + _resourceOwnerAuthorizationOptions.Password + "rrrtpsh30##4snn");
}
client.DefaultRequestHeaders.Add("authorization", $"{tokenResponse.TokenType} {tokenResponse.AccessToken}");
var galleryApiClient = new GAC.GalleryApiClient(client);
Expand Down

0 comments on commit 9d18563

Please sign in to comment.