Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Oct 23, 2024
1 parent e0a16cf commit 78fd373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/agent/src/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ function decryptAuthRequest({
const encryptionKeyBytes = Convert.base64Url(encryption_key).toUint8Array();
const protectedHeader = Convert.base64Url(protectedHeaderB64U).toUint8Array();
const additionalData = protectedHeader;
const additionalDataObj = Convert.base64Url(protectedHeaderB64U).toObject();
const nonce = Convert.base64Url(nonceB64U).toUint8Array();
const ciphertext = Convert.base64Url(ciphertextB64U).toUint8Array();
const authenticationTag = Convert.base64Url(
Expand Down

0 comments on commit 78fd373

Please sign in to comment.