fixed sign in bug
This commit is contained in:
parent
14221b3a76
commit
b764d385db
@ -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 = {
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user