Skip to content
Snippets Groups Projects
Commit a290f1c8 authored by METTER-ROTHAN Jérémie's avatar METTER-ROTHAN Jérémie
Browse files

feat(ui): update interceptor

parent 9ec8769e
Branches
No related merge requests found
......@@ -18,6 +18,8 @@ const useAuthInterceptors = () => {
dispatch(logoutAsync());
}
}
return Promise.reject(e);
}
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment