From 351673c060430a605a55f1c07aac1f51e40858cd Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 1 Feb 2019 17:17:52 +0300 Subject: [PATCH] Initial port values --- client/src/reducers/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/reducers/index.js b/client/src/reducers/index.js index 3210b2c3..58ff3149 100644 --- a/client/src/reducers/index.js +++ b/client/src/reducers/index.js @@ -332,8 +332,8 @@ const encryption = handleActions({ certificate_chain: '', private_key: '', server_name: '', - port_https: '', - port_dns_over_tls: '', + port_https: 0, + port_dns_over_tls: 0, }); export default combineReducers({