From d7dae2be8b5622f1abb69e110d53e2bd669465a0 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Thu, 9 Mar 2023 10:23:33 +0000 Subject: [PATCH 1/7] Auto stash before rebase of "main" --- .../customer-stall/customer-stall.html | 22 ++++++++++++++- .../customer-stall/customer-stall.js | 28 +++++++++++++++++-- 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/static/components/customer-stall/customer-stall.html b/static/components/customer-stall/customer-stall.html index d6afaba..572b90e 100644 --- a/static/components/customer-stall/customer-stall.html +++ b/static/components/customer-stall/customer-stall.html @@ -123,7 +123,8 @@ :type="isPwd ? 'password' : 'text'" v-if="!customerUseExtension" v-model.trim="checkoutDialog.data.privkey" - hint="Enter your private key or see bellow for instructions" + label="Private key" + hint="Enter your private key" >