remove key generation on checkout, redirect to login
This commit is contained in:
parent
b1b5c7f21d
commit
1edd2be480
4 changed files with 12 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue