Update js/modules/loki_app_dot_net_api.js

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
pull/827/head^2
Ryan Tharp 5 years ago committed by GitHub
parent 60259ab0bb
commit 6faa15d5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save