You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-07 03:42:20 +03:00
Fix registration retry
We need to clear the current stage & start from the beginning again when we start a new registration attempt.
This commit is contained in:
@@ -123,6 +123,7 @@ class Register extends Signup {
|
|||||||
this.username = username;
|
this.username = username;
|
||||||
this.password = password;
|
this.password = password;
|
||||||
const client = this._createTemporaryClient();
|
const client = this._createTemporaryClient();
|
||||||
|
this.activeStage = null;
|
||||||
return this._tryRegister(client);
|
return this._tryRegister(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user