fix(client) when password changed console and terminal can not authenticate when auth enabled

This commit is contained in:
coderaiser 2018-04-24 10:31:03 +03:00
parent 183700a7d4
commit 48c36eb5d3

View file

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