don't supply user agent header

This commit is contained in:
Jori Lallo
2016-08-15 12:54:33 +02:00
parent 11f6c533b8
commit f93d979a0f

View File

@ -35,7 +35,6 @@ class ApiClient {
const headers = new Headers({
Accept: 'application/json',
'Content-Type': 'application/json',
'User-Agent': this.userAgent,
});
if (stores.user.authenticated) {
headers.set('Authorization', `Bearer ${stores.user.token}`);