Fix signer token updates (#3302)
* Manual bump of package.json (recovery) * Debug * Simplify status connections
This commit is contained in:
committed by
Arkadiy Paronyan
parent
29aecc2cff
commit
877cfe9b53
@@ -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 });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user