diff --git a/client/client.js b/client/client.js index 6422203c..0bb2735c 100644 --- a/client/client.js +++ b/client/client.js @@ -212,6 +212,10 @@ function CloudCmdProto(Util, DOM) { * should be called from config.js only * after successful update on server */ + + if (key === 'password') + return; + config[key] = value; };