mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge branch 'master' into vector
This commit is contained in:
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
Block a user