mirror of https://github.com/vector-im/riot-web
Fix registration retry
We need to clear the current stage & start from the beginning again when we start a new registration attempt.pull/21833/head
parent
55437d7583
commit
30319d8e44
|
@ -123,6 +123,7 @@ class Register extends Signup {
|
|||
this.username = username;
|
||||
this.password = password;
|
||||
const client = this._createTemporaryClient();
|
||||
this.activeStage = null;
|
||||
return this._tryRegister(client);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue