From 0e481e67c8740511698b6cebed7d286a33b09bda Mon Sep 17 00:00:00 2001 From: oke-py Date: Mon, 9 Oct 2023 02:02:58 +0000 Subject: [PATCH] chore(build): automated change --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 4924058..f8da1ca 100644 --- a/dist/index.js +++ b/dist/index.js @@ -876,7 +876,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) {