fix: do not stop secret search
This commit is contained in:
parent
429a898ff9
commit
2179c7a327
|
@ -1001,13 +1001,17 @@ page_container %}
|
|||
token.promises?.splice(secretIndex, 1)
|
||||
token.randomBlindingFactors?.splice(secretIndex, 1)
|
||||
token.secrets?.splice(secretIndex, 1)
|
||||
// todo: persist
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.$q.notify({
|
||||
timeout: 5000,
|
||||
message: 'Tokens burned'
|
||||
})
|
||||
this.storeTokens()
|
||||
this.showSendTokens = false
|
||||
console.log('### this.tokens', this.tokens)
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user