feat: update word position on device button click
This commit is contained in:
@@ -825,6 +825,7 @@ async function serialSigner(path) {
|
|||||||
handleShowSeedResponse: function (res = '') {
|
handleShowSeedResponse: function (res = '') {
|
||||||
const [pos, word] = res.trim().split(' ')
|
const [pos, word] = res.trim().split(' ')
|
||||||
this.hww.seedWord = `${pos}. ${word}`
|
this.hww.seedWord = `${pos}. ${word}`
|
||||||
|
this.hww.seedWordPosition = pos
|
||||||
},
|
},
|
||||||
hwwRestore: async function () {
|
hwwRestore: async function () {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user