fixed sign in bug
This commit is contained in:
parent
f6fb67d1b8
commit
162bfd7cc5
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user