Browse Source

Merge branch 'v0.25' of https://github.com/SuperNETorg/EasyDEX-GUI into v0.25

v0.25
pbca26 7 years ago
parent
commit
8db8211ff1
  1. 3
      react/src/components/login/login.js

3
react/src/components/login/login.js

@ -465,7 +465,8 @@ class Login extends React.Component {
handleKeydown(e) {
this.updateLoginPassPhraseInput(e);
if (e.key === 'Enter') {
if (e.key === 'Enter' &&
this.state.loginPassphrase) {
this.loginSeed();
}
}

Loading…
Cancel
Save