Loading capif_frontend/src/context/AuthContext.js +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ const AuthProvider = ({ children }) => { const response = await axiosInstance.get(authConfig.meEndpoint, { headers: { headers: { "Access-Control-Allow-Origin": "*" }, Authorization: `Bearer ${storedAccessToken}` } }) Loading Loading
capif_frontend/src/context/AuthContext.js +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ const AuthProvider = ({ children }) => { const response = await axiosInstance.get(authConfig.meEndpoint, { headers: { headers: { "Access-Control-Allow-Origin": "*" }, Authorization: `Bearer ${storedAccessToken}` } }) Loading