Skip to content

Commit c6d801f

Browse files
claude comment addressed
1 parent 5550733 commit c6d801f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ class OidcUtils {
729729
console.log('Application key is not found in the config file.');
730730
return '';
731731
}
732-
console.debug('Found application key: ' + applicationKey);
732+
console.debug('Found application key: [REDACTED]');
733733
return applicationKey;
734734
}
735735
catch (error) {

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ class OidcUtils {
10941094
console.log('Application key is not found in the config file.');
10951095
return '';
10961096
}
1097-
console.debug('Found application key: ' + applicationKey);
1097+
console.debug('Found application key: [REDACTED]');
10981098
return applicationKey;
10991099
}
11001100
catch (error) {

dist/post/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/oidc-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export class OidcUtils {
271271
console.log('Application key is not found in the config file.');
272272
return '';
273273
}
274-
console.debug('Found application key: ' + applicationKey);
274+
console.debug('Found application key: [REDACTED]');
275275
return applicationKey;
276276
} catch (error) {
277277
console.error('Error reading config:', error);

0 commit comments

Comments
 (0)