Allow clearing of sync password

This commit is contained in:
Dan Stillman 2008-07-02 10:08:11 +00:00
parent 71e6ba6b11
commit 6758b7d5c7

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);