feat(frontend): logout user on auth error
parent
6936f16a6501
No related branches found
No related tags found
Showing
- frontend/src/app/page.tsx 23 additions, 17 deletionsfrontend/src/app/page.tsx
- frontend/src/components/DataServiceForm.tsx 14 additions, 8 deletionsfrontend/src/components/DataServiceForm.tsx
- frontend/src/components/ProjectForm.tsx 14 additions, 8 deletionsfrontend/src/components/ProjectForm.tsx
- frontend/src/hooks/useGetDataService.tsx 4 additions, 1 deletionfrontend/src/hooks/useGetDataService.tsx
- frontend/src/hooks/useGetDataServiceList.tsx 10 additions, 6 deletionsfrontend/src/hooks/useGetDataServiceList.tsx
- frontend/src/hooks/useGetProject.tsx 4 additions, 1 deletionfrontend/src/hooks/useGetProject.tsx
- frontend/src/hooks/useGetProjectList.tsx 10 additions, 6 deletionsfrontend/src/hooks/useGetProjectList.tsx
- frontend/src/hooks/useHandleAuthErrors.tsx 24 additions, 0 deletionsfrontend/src/hooks/useHandleAuthErrors.tsx
frontend/src/hooks/useHandleAuthErrors.tsx
0 → 100644
Please register or sign in to comment