diff --git a/src/interactive-auth.js b/src/interactive-auth.js index c68972f1f..6ea98afdc 100644 --- a/src/interactive-auth.js +++ b/src/interactive-auth.js @@ -318,6 +318,13 @@ InteractiveAuth.prototype = { } this._currentStage = nextStage; + if (nextStage == 'm.login.dummy') { + this.submitAuthDict({ + type: 'm.login.dummy', + }); + return; + } + if (this._data.errcode || this._data.error) { this._stateUpdatedCallback(nextStage, { errcode: this._data.errcode || "",