Merge pull request #25233 from owncloud/iedavclient-nullheaders
Init the headers in iedavclient.js
This commit is contained in:
commit
d47262ea46
|
@ -29,6 +29,7 @@
|
|||
|
||||
var self = this;
|
||||
var xhr = this.xhrProvider();
|
||||
headers = headers || {};
|
||||
|
||||
if (this.userName) {
|
||||
headers['Authorization'] = 'Basic ' + btoa(this.userName + ':' + this.password);
|
||||
|
|
Loading…
Reference in New Issue