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();
|
var cli = MatrixClientPeg.get();
|
||||||
this.setState({busy: true});
|
this.setState({busy: true});
|
||||||
var that = this;
|
var that = this;
|
||||||
cli.loginFlows().then(function(result) {
|
cli.loginFlows().done(function(result) {
|
||||||
that.setState({
|
that.setState({
|
||||||
flows: result.flows,
|
flows: result.flows,
|
||||||
currentStep: 1,
|
currentStep: 1,
|
||||||
|
|
Loading…
Reference in New Issue