Skip to content

Commit

Permalink
Merge branch 'main' into 32831-multi_project
Browse files Browse the repository at this point in the history
  • Loading branch information
janssen-tiobe authored Sep 19, 2023
2 parents c4c698f + a32ea38 commit eec21c3
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 531 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4346,7 +4346,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) {
Expand Down
Loading

0 comments on commit eec21c3

Please sign in to comment.