mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-14 07:30:05 +00:00
chore(*): refactor, move all auth-related code to auth folder
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { isLogInRequired, needsRetry, isUrl } from './utils'
|
||||
import { needsRetry, isUrl } from './utils'
|
||||
import { CsrfToken } from './types/CsrfToken'
|
||||
import { UploadFile } from './types/UploadFile'
|
||||
import { ErrorResponse } from './types'
|
||||
import axios, { AxiosInstance } from 'axios'
|
||||
import { isLogInRequired } from './auth'
|
||||
|
||||
const requestRetryLimit = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user