Skip to content

Commit 68a19da

Browse files
author
Alexandra Zwinger
committed
Cleanup
1 parent 7ed0447 commit 68a19da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/AxiosConfig.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ const axiosInstance = axios.create({
99
withCredentials: true,
1010
});
1111

12-
let isInitialized = false;
13-
14-
keycloak.onReady = () => {
15-
isInitialized = true;
16-
};
17-
1812
axiosInstance.interceptors.request.use(
1913
async (config) => {
2014
if (!keycloak.token) {

0 commit comments

Comments
 (0)