Merge branch 'master' into vector

pull/1/head
David Baker 2015-07-16 16:53:27 +01:00
commit 75f8363be0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ module.exports = {
var cli = MatrixClientPeg.get();
this.setState({busy: true});
var that = this;
cli.loginFlows().then(function(result) {
cli.loginFlows().done(function(result) {
that.setState({
flows: result.flows,
currentStep: 1,