From 162bfd7cc581ab2c05df120c33107121dc2a2f90 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 26 Aug 2020 10:58:24 +0530 Subject: [PATCH] fixed sign in bug --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ca764f8..ac59353 100644 --- a/index.html +++ b/index.html @@ -781,7 +781,7 @@ let keyInput = signInBox.getElementsByTagName('input')[0]; let key = keyInput.value; keyInput.value = ''; - if(floCrypto.getPubKeyHex(keyInput)){ + if(floCrypto.getPubKeyHex(key)){ buttons[0].onclick = null; buttons[1].onclick = null; signInBox.classList.add('hide')