Skip to content

Commit 274c946

Browse files
committed
npm run prepare
1 parent 90a6226 commit 274c946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ class OidcClient {
719719
.catch(error => {
720720
throw new Error(`Failed to get ID Token. \n
721721
Error Code : ${error.statusCode}\n
722-
Error Message: ${error.result.message}`);
722+
Error Message: ${error.message}`);
723723
});
724724
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
725725
if (!id_token) {

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.

0 commit comments

Comments
 (0)