diff --git a/client/src/components/Login/Login.js b/client/src/components/Login/Login.js index 8f0e3c769..24a467b6e 100644 --- a/client/src/components/Login/Login.js +++ b/client/src/components/Login/Login.js @@ -181,7 +181,7 @@ export class Login extends Component { this.setState(() => ({ autoLoginAttempted: true })); - await this.performLogin({ network: networks[0].name }); + await this.performLogin({ network: networks[0].id }); } }