feat: update word position on device button click

This commit is contained in:
Vlad Stan 2022-09-19 17:11:57 +03:00
parent a8951f5b48
commit 3342be0b16

View File

@ -825,6 +825,7 @@ async function serialSigner(path) {
handleShowSeedResponse: function (res = '') {
const [pos, word] = res.trim().split(' ')
this.hww.seedWord = `${pos}. ${word}`
this.hww.seedWordPosition = pos
},
hwwRestore: async function () {
try {