Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Jan 15, 2025
1 parent 4a74802 commit 92430bc
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('OID4VCIServer', () => {

beforeAll(async () => {
const credentialOfferState1: CredentialOfferSession = {
// preAuthorizedCode: preAuthorizedCode1,
txCode: '493536',
notification_id: uuidv4(),
createdAt: +new Date(),
Expand All @@ -47,18 +46,7 @@ describe('OID4VCIServer', () => {
credentialSubject: {},
},
},
],

// grants: {
// 'urn:ietf:params:oauth:grant-type:pre-authorized_code': {
// tx_code: {
// length: 6,
// input_mode: 'numeric',
// description: 'Please enter the 6 digit code you received on your phone',
// },
// //'pre-authorized_code': preAuthorizedCode1,
// },
// },
]
},
},
}
Expand Down

0 comments on commit 92430bc

Please sign in to comment.