mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Merge branch 'develop' of git://github.com/Pita/etherpad-lite into removeWordle
This commit is contained in:
commit
dc8495765f
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ exports.setPassword = function(padID, password, callback)
|
||||||
if(ERR(err, callback)) return;
|
if(ERR(err, callback)) return;
|
||||||
|
|
||||||
//set the password
|
//set the password
|
||||||
pad.setPassword(password);
|
pad.setPassword(password == "" ? null : password);
|
||||||
|
|
||||||
callback();
|
callback();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue