mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(client) when password changed console and terminal can not authenticate when auth enabled
This commit is contained in:
parent
183700a7d4
commit
48c36eb5d3
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue