@wireapp/api-client
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -39,5 +39,3 @@ "use strict"; | ||
}, | ||
headers: { | ||
withCredentials: true | ||
}, | ||
withCredentials: true, | ||
method: 'post', | ||
@@ -52,5 +50,3 @@ url: AuthAPI.URL.LOGIN + "?persist=" + login.persist | ||
var config = { | ||
headers: { | ||
withCredentials: true | ||
}, | ||
withCredentials: true, | ||
method: 'post', | ||
@@ -57,0 +53,0 @@ url: "" + AuthAPI.URL.ACCESS |
@@ -44,3 +44,3 @@ { | ||
}, | ||
"version": "0.0.11" | ||
"version": "0.0.12" | ||
} |
@@ -40,5 +40,3 @@ import {AxiosPromise, AxiosRequestConfig, AxiosResponse} from 'axios'; | ||
}, | ||
headers: { | ||
withCredentials: true | ||
}, | ||
withCredentials: true, | ||
method: 'post', | ||
@@ -55,5 +53,3 @@ url: `${AuthAPI.URL.LOGIN}?persist=${login.persist}` | ||
const config: AxiosRequestConfig = { | ||
headers: { | ||
withCredentials: true | ||
}, | ||
withCredentials: true, | ||
method: 'post', | ||
@@ -60,0 +56,0 @@ url: `${AuthAPI.URL.ACCESS}` |
619985
3991