Skip to content

Commit

Permalink
Fixes configuration logging
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Lucky <[email protected]>
  • Loading branch information
luciddreamz authored and benoitf committed Apr 26, 2024
1 parent ae07904 commit 64cace8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const CLIENT_ID = process.env.CLIENT_ID ? process.env.CLIENT_ID : 'podman-deskto

console.log('REDHAT_AUTH_URL: ' + REDHAT_AUTH_URL);
console.log('KAS_API_URL: ' + KAS_API_URL);
console.log('CLIENT_ID: ' + KAS_API_URL);
console.log('CLIENT_ID: ' + CLIENT_ID);

export function getAuthConfig(): AuthConfig {
return {
Expand Down

0 comments on commit 64cace8

Please sign in to comment.