fix tls version (#2450)
This commit is contained in:
parent
90ae060cbe
commit
244bcc7822
@ -25,7 +25,7 @@ export default function AdminController(adminService, toast, $scope, $rootScope,
|
|||||||
return protocol;
|
return protocol;
|
||||||
});
|
});
|
||||||
|
|
||||||
vm.tlsVersions = ['TLSv1.0', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3'];
|
vm.tlsVersions = ['TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3'];
|
||||||
|
|
||||||
$translate('admin.test-mail-sent').then(function (translation) {
|
$translate('admin.test-mail-sent').then(function (translation) {
|
||||||
vm.testMailSent = translation;
|
vm.testMailSent = translation;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user