Skip to content

Commit

Permalink
Bugfix: disable enableAuthentication auth auto login using wrong netw…
Browse files Browse the repository at this point in the history
…ork key issue (#250)

* Bugfix: disable auth auto login using wrong network key

Signed-off-by: Thomas <thomas.leera@gmail.com>

* Update PR base on nekia review

Signed-off-by: Thomas <thomas.leera@gmail.com>
  • Loading branch information
Thomas authored Jun 18, 2021
1 parent fbda93e commit 4a931ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
}
}

Expand Down

0 comments on commit 4a931ca

Please sign in to comment.