We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6692da commit a3e1882Copy full SHA for a3e1882
frontend/src/components/tornjak-api-helpers.tsx
@@ -25,7 +25,7 @@ type TornjakApiState = {}
25
26
if (Auth_Server_Uri) { // inject token if app is in auth mode and check token status/ refresh as needed
27
axios.interceptors.request.use(
28
- config => {
+ async (config: any): Promise<any> => {
29
console.log("Checking token status...")
30
if (KeycloakService.isLoggedIn()) {
31
const setAuthorization = () => {
0 commit comments