We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac54363 commit 758fc41Copy full SHA for 758fc41
src/services/axiosWithAuth.js
@@ -1,6 +1,6 @@
1
import axios from 'axios'
2
import store from '../config/store'
3
-import { getFreshToken, isTokenExpired } from 'tc-accounts'
+import { getFreshToken, isTokenExpired } from 'tc-auth-lib'
4
const { ACCOUNTS_APP_LOGIN_URL } = process.env
5
6
/**
0 commit comments