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