Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/api/axiosInstance.ts

    r16aed54 r484dc3f  
    7070                        [401, 403].includes(error.response?.status) &&
    7171                        !originalConfig._retry &&
    72                         originalConfig.url !== "/auth/refresh" &&
    73                         originalConfig.url !== "/auth/login" &&
    74                         originalConfig.url !== "/auth/register"
     72                        originalConfig.url !== "/auth/refresh"
    7573                ) {
    7674                        originalConfig._retry = true;
Note: See TracChangeset for help on using the changeset viewer.