Remove dist changes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Parker Brown
2026-03-13 16:03:39 -07:00
parent b24274086f
commit 2156e19368
2 changed files with 36 additions and 81 deletions
+3 -3
View File
@@ -44427,10 +44427,10 @@ var OidcClient = class _OidcClient {
var _a;
const httpclient = _OidcClient.createHttpClient();
const res = yield httpclient.getJson(id_token_url).catch((error2) => {
throw new Error(`Failed to get ID Token.
throw new Error(`Failed to get ID Token.
Error Code : ${error2.statusCode}
Error Message: ${error2.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;