mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 15:36:07 +00:00
fix app js logout request url
This commit is contained in:
@@ -526,7 +526,8 @@ define(
|
||||
this.unsetCookieAuth();
|
||||
|
||||
xhr = new XMLHttpRequest;
|
||||
xhr.open('GET', this.url + '/');
|
||||
|
||||
xhr.open('GET', this.basePath + this.url + '/');
|
||||
xhr.setRequestHeader('Authorization', 'Basic ' + Base64.encode('**logout:logout'));
|
||||
xhr.send('');
|
||||
xhr.abort();
|
||||
|
||||
Reference in New Issue
Block a user