diff --git a/src/Signup.js b/src/Signup.js index 8185addd6d..c2d74adca9 100644 --- a/src/Signup.js +++ b/src/Signup.js @@ -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); }