Fix signer token updates (#3302)

* Manual bump of package.json (recovery)

* Debug

* Simplify status connections


Former-commit-id: c5d0c002b60adeabd7726050437d0632763629ed
This commit is contained in:
Jaco Greeff
2016-11-09 18:26:10 +01:00
committed by Arkadiy Paronyan
parent 59372af0af
commit bfc99f5a76
3 changed files with 6 additions and 12 deletions

View File

@@ -128,7 +128,7 @@ class Connection extends Component {
const { api } = this.context;
const { token } = this.state;
api.updateToken(token);
api.updateToken(token, 0);
this.setState({ token: '', validToken: false });
}
}