save username/pass in verifyLogin, at least for now

This commit is contained in:
Dan Mills 2008-06-30 23:41:47 -07:00
parent d46d7162d6
commit 44c908db91

View File

@ -560,6 +560,9 @@ WeaveSvc.prototype = {
_verifyLogin: function WeaveSvc__verifyLogin(username, password) {
let self = yield;
this.username = username;
this.password = password;
DAV.baseURL = Utils.prefs.getCharPref("serverURL");
DAV.defaultPrefix = "user/" + username;