merge master into sms-verification-modal

This commit is contained in:
Jannis R
2016-11-09 19:04:31 +01:00
9 changed files with 47 additions and 30 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 });
}
}