Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -37,7 +37,7 @@ export class MailServerComponent extends PageComponent implements OnInit, HasCon |
37 | 37 | adminSettings: AdminSettings<MailServerSettings>; |
38 | 38 | smtpProtocols = ['smtp', 'smtps']; |
39 | 39 | |
40 | - tlsVersions = ['TLSv1.0', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3']; | |
40 | + tlsVersions = ['TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3']; | |
41 | 41 | |
42 | 42 | constructor(protected store: Store<AppState>, |
43 | 43 | private router: Router, | ... | ... |