Merge pull request #2106 from MyCryptoHQ/bug/enable-empty-trezor-passphrase
Remove empty check
This commit is contained in:
commit
6330698862
|
@ -35,7 +35,6 @@
|
||||||
var passphrase = "";
|
var passphrase = "";
|
||||||
|
|
||||||
function unlockWithPassphrase() {
|
function unlockWithPassphrase() {
|
||||||
if (!passphrase.length) return;
|
|
||||||
ipcRenderer.send('$EVENT', passphrase);
|
ipcRenderer.send('$EVENT', passphrase);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue