mirror of https://github.com/vector-im/riot-web
Merge branch 'master' into vector
commit
75f8363be0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue