package lock update
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 5s
Test / Build (ubuntu-latest) (push) Failing after 6s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 5s
Test / Build (ubuntu-latest) (push) Failing after 6s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -4457,7 +4457,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) {
|
||||
|
||||
Reference in New Issue
Block a user