mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fleshing out of the setup wizard
This commit is contained in:
parent
c08da260cd
commit
d05e5bd087
@ -1294,6 +1294,7 @@ DAVCollection.prototype = {
|
||||
// try without the auth header?
|
||||
// fixme: may want to just fail here
|
||||
}
|
||||
this._authProvider._authFailed = false;
|
||||
|
||||
let request = this._makeRequest("GET", "", internalHandlers, headers);
|
||||
request.send(null);
|
||||
@ -1304,8 +1305,8 @@ DAVCollection.prototype = {
|
||||
},
|
||||
|
||||
_onLogin: function DC__onLogin(event) {
|
||||
//notice("logged in (" + event.target.status + "):\n" +
|
||||
// event.target.responseText + "\n");
|
||||
// dump("logged in (" + event.target.status + "):\n" +
|
||||
// event.target.responseText + "\n");
|
||||
|
||||
if (this._authProvider._authFailed || event.target.status >= 400) {
|
||||
this._onLoginError(event);
|
||||
|
Loading…
Reference in New Issue
Block a user