Skip to content

Commit

Permalink
added editable fields for tokens before api call (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
elizalucas committed Mar 9, 2022
1 parent c470133 commit 396deb8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/debug/payments/digitalWallets/convertToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,21 @@
Signed Message: {{ formData.signedMessage }}
</p>
</v-card>
<v-text-field
v-if="tokensGenerated"
v-model="formData.protocolVersion"
label="Protocol Version"
/>
<v-text-field
v-if="tokensGenerated"
v-model="formData.signature"
label="Signature"
/>
<v-text-field
v-if="tokensGenerated"
v-model="formData.signedMessage"
label="Signed Message"
/>
<v-btn
v-if="tokensGenerated"
depressed
Expand Down

0 comments on commit 396deb8

Please sign in to comment.