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