remove key generation on checkout, redirect to login

This commit is contained in:
Tiago Vasconcelos 2023-03-22 12:35:57 +00:00
parent b1b5c7f21d
commit 1edd2be480
4 changed files with 12 additions and 4 deletions

View file

@ -103,11 +103,10 @@
<q-btn
v-if="!this.account && !this.customerPubkey && !this.customerPrivkey"
unelevated
@click="generateKeyPair"
@click="makeLogin"
color="primary"
label="Generate Keys"
><q-tooltip>Generate a new key pair</q-tooltip></q-btn
>
label="Login"
></q-btn>
</q-card-actions>
</q-card>
</q-expansion-item>