Skip to content

Commit

Permalink
fix: limit disclosure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Apr 16, 2024
1 parent 241911e commit a452732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/models/VerifiableCredential.ts
Expand Up @@ -56,7 +56,7 @@ export enum InputLimitDisclosure {

export type InputConstraints = {
fields: InputField[],
limitDisclosure: InputLimitDisclosure
limit_disclosure: InputLimitDisclosure
}

export type InputDescriptor = {
Expand Down

0 comments on commit a452732

Please sign in to comment.