Allow clearing of sync password

This commit is contained in:
Dan Stillman 2008-07-02 10:08:11 +00:00
parent 13de37cea7
commit e31ff87baa

View file

@ -434,11 +434,6 @@ Zotero.Sync.Server = new function () {
delete _cachedCredentials[username];
if (!password) {
Zotero.debug('Password empty setting Zotero.Sync.Server.password');
return;
}
var loginManager = Components.classes["@mozilla.org/login-manager;1"]
.getService(Components.interfaces.nsILoginManager);