From b764d385db93ba3e649312e5a97b696a13da688a Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 26 Aug 2020 10:56:28 +0530 Subject: [PATCH] fixed sign in bug --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8494856..858f55f 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') @@ -10786,4 +10786,4 @@ Bitcoin.Util = { - \ No newline at end of file +