feat: allow Connect from dropdown menu

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent 9374433153
commit 3054248858
4 changed files with 13 additions and 8 deletions
@@ -84,7 +84,6 @@ async function payment(path) {
try {
if (!this.serialSignerRef.isConnected()) {
await this.serialSignerRef.openSerialPort()
return
}
if (!this.serialSignerRef.isAuthenticated()) {
await this.serialSignerRef.hwwShowPasswordDialog()