From d6430367f014c512b35aefc53828dfbc1c02b22d Mon Sep 17 00:00:00 2001 From: actions-bot Date: Thu, 14 Sep 2023 19:27:57 +0000 Subject: [PATCH] Update distribution --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 6a6d72e..067c273 100644 --- a/dist/index.js +++ b/dist/index.js @@ -558,7 +558,7 @@ class OidcClient { .catch(error => { throw new Error(`Failed to get ID Token. \n Error Code : ${error.statusCode}\n - Error Message: ${error.result.message}`); + Error Message: ${error.message}`); }); const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value; if (!id_token) {