diff --git a/web/ASC.Web.Client/src/components/pages/Wizard/index.js b/web/ASC.Web.Client/src/components/pages/Wizard/index.js index 0110b8246b..cbd59edcdf 100644 --- a/web/ASC.Web.Client/src/components/pages/Wizard/index.js +++ b/web/ASC.Web.Client/src/components/pages/Wizard/index.js @@ -226,7 +226,7 @@ class Body extends Component { const emailTrim = email ? email.trim() : emailOwner.trim(); const analytics = true; - //console.log(emailTrim, password, selectLanguage.key, selectTimezone.key, licenseFile, analytics, wizardToken); + // console.log(emailTrim, password, selectLanguage.key, selectTimezone.key, analytics, wizardToken); setPortalOwner(emailTrim, password, selectLanguage.key, selectTimezone.key, wizardToken, analytics) .then(() => history.push('/login')) @@ -301,7 +301,8 @@ class Body extends Component { this.setState({ visibleModal: false, errorLoading: false, - errorMessage: null + errorMessage: null, + successfullyMessage: null }); } diff --git a/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/input-container.js b/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/input-container.js index 08be575a77..c96ec3725b 100644 --- a/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/input-container.js +++ b/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/input-container.js @@ -88,6 +88,7 @@ const InputContainer = ({ placeholder={t('placeholderLicense')} size="large" scale={true} + accept=".lic" hasError={hasErrorLicense} onInput={onInputFileHandler} />