node_modules: update

This commit is contained in:
Dawid Dziurla 2024-01-06 13:51:02 +01:00
parent 63ec4f26a7
commit d33a5e2307
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
193 changed files with 30796 additions and 147 deletions

View file

@ -44,7 +44,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) {