mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 16:40:06 +00:00
chore(*): use local axios instance
This commit is contained in:
@@ -54,7 +54,7 @@ export class AuthManager {
|
|||||||
}
|
}
|
||||||
const loginParamsStr = serialize(loginParams)
|
const loginParamsStr = serialize(loginParams)
|
||||||
|
|
||||||
const loginResponse = await axios
|
const loginResponse = await this.httpClient
|
||||||
.post<string>(this.loginUrl, loginParamsStr, {
|
.post<string>(this.loginUrl, loginParamsStr, {
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
responseType: 'text',
|
responseType: 'text',
|
||||||
|
|||||||
Reference in New Issue
Block a user