fixed sign in bug

This commit is contained in:
sairaj mote 2020-08-26 10:58:24 +05:30
parent f6fb67d1b8
commit 162bfd7cc5

View File

@ -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')