Fix signer token updates (#3302)

* Manual bump of package.json (recovery)

* Debug

* Simplify status connections
This commit is contained in:
Jaco Greeff
2016-11-09 18:26:10 +01:00
committed by Arkadiy Paronyan
parent 29aecc2cff
commit 877cfe9b53
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 });
}
}