Browse Source

BugFix for InstallerForm

Yuki Takei 4 years ago
parent
commit
fa0889b41d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/app/src/components/InstallerForm.jsx

+ 0 - 2
packages/app/src/components/InstallerForm.jsx

@@ -55,8 +55,6 @@ class InstallerForm extends React.Component {
     setTimeout(() => {
       this.setState({ isSubmittingDisabled: false });
     }, 3000);
-
-    document['register-form'].submit();
   }
 
   render() {