+
+
- For test purposes only. Do not enter word list with real funds.
+ For test purposes only. Do not enter word list with real funds!!!
+
+
+
+ ALL existing data on the Hardware Device will be lost.
Restore
diff --git a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js
index 659ac28b..92cfce88 100644
--- a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js
+++ b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js
@@ -440,6 +440,7 @@ async function serialSigner(path) {
})
} finally {
this.hww.password = null
+ this.hww.confirmedPassword = null
this.hww.showPassword = false
}
},
@@ -555,6 +556,7 @@ async function serialSigner(path) {
this.hww.mnemonic = null
this.hww.showMnemonic = false
this.hww.password = null
+ this.hww.confirmedPassword = null
this.hww.showPassword = false
}
},