mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-04 00:19:28 +00:00
@@ -9,7 +9,9 @@ import Card from '../../ui/Card';
|
||||
|
||||
class Encryption extends Component {
|
||||
componentDidMount() {
|
||||
this.props.validateTlsConfig(this.props.encryption);
|
||||
if (this.props.encryption.enabled) {
|
||||
this.props.validateTlsConfig(this.props.encryption);
|
||||
}
|
||||
}
|
||||
|
||||
handleFormSubmit = (values) => {
|
||||
|
||||
Reference in New Issue
Block a user