Skip to content

Commit

Permalink
upcoming: [DI-20360] - Updated request.tsx file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhagra-akamai committed Aug 29, 2024
1 parent 6a36c7b commit 78388ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/src/request.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const handleError = (
* this will blow out redux state and the componentDidUpdate in the
* AuthenticationWrapper.tsx will be responsible for redirecting to Login
*/
// store.dispatch(handleLogout());
store.dispatch(handleLogout());
}

const config = error.response?.config;
Expand Down

0 comments on commit 78388ad

Please sign in to comment.