From df9919d961c14d02653bee64a3793724a0219174 Mon Sep 17 00:00:00 2001 From: actions-bot Date: Tue, 19 Sep 2023 12:29:17 +0000 Subject: [PATCH] build: update distribution --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 9a3f96dbe9..a926cc6e09 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1995,7 +1995,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) {