You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-05 15:22:09 +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.password = password;
|
||||
const client = this._createTemporaryClient();
|
||||
this.activeStage = null;
|
||||
return this._tryRegister(client);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user