} else if (mode === Mode.REGISTER && !this.validateRegister()) {
      this.setError({
        code: 'REQUIRED_REGISTER_FIELDS',
        error: `Please enter ${this.usernameLabel}, ${this.passwordLabel} and Name.`
      });