Skip to content

Commit

Permalink
fix: Cli VP
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Dec 17, 2019
1 parent 12d0a24 commit 3db8186
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/daf-cli/src/credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,17 @@ program
choices: myDids,
message: 'Issuer DID',
},
{
type: 'input',
name: 'tag',
message: 'Tag',
},
{
type: 'list',
name: 'aud',
message: 'Audience DID',
choices: identities,
},
{
type: 'input',
name: 'tag',
message: 'Tag',
},
])

if (!answers.aud) {
Expand Down Expand Up @@ -214,7 +214,7 @@ program
type: DIDComm.ActionTypes.sendJwt,
data: {
from: answers.iss,
to: answers.aud,
to: aud,
jwt,
},
}
Expand Down

0 comments on commit 3db8186

Please sign in to comment.