Resolve tech login issue.

This commit is contained in:
Patrick Fic
2021-01-08 10:32:05 -08:00
parent 7ca98094ea
commit 3ca416c5cf
3 changed files with 17 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ export const axiosAuthInterceptorId = axios.interceptors.request.use(
config.headers.Authorization = `Bearer ${token}`;
}
}
console.log("Axios interceptor called.");
return config;
},
(error) => Promise.reject(error)