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
|
|
@ -201,6 +201,9 @@ const market = async () => {
|
|||
this.accountDialog.data.watchOnly = true
|
||||
return
|
||||
},
|
||||
openAccountDialog() {
|
||||
this.accountDialog.show = true
|
||||
},
|
||||
async updateData(events) {
|
||||
if (events.length < 1) {
|
||||
this.$q.notify({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue