From 6faa15d5b45521cb55f69f6b74b520e9932a45fe Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Mon, 10 Feb 2020 14:23:21 -0800 Subject: [PATCH] Update js/modules/loki_app_dot_net_api.js Co-Authored-By: Mikunj Varsani --- js/modules/loki_app_dot_net_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/loki_app_dot_net_api.js b/js/modules/loki_app_dot_net_api.js index c8c712eb1..5fc778512 100644 --- a/js/modules/loki_app_dot_net_api.js +++ b/js/modules/loki_app_dot_net_api.js @@ -109,7 +109,7 @@ class LokiAppDotNetServerAPI { JSON.stringify(objToSign) ); */ - let pName = profileName; + let pName = profileName || ''; // You cannot use null to clear the profile name // the name key has to be set to know what value we want changed