Added https redirect

This commit is contained in:
Ildar Kamalov
2019-02-19 15:43:36 +03:00
parent 3c374b5940
commit cca6998efe
5 changed files with 30 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ class Encryption extends Component {
private_key,
}}
processing={encryption.processingConfig}
processingValidate={encryption.processingValidate}
onSubmit={this.handleFormSubmit}
onChange={this.handleFormChange}
{...this.props.encryption}