Skip to content

Commit

Permalink
remove redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian committed Dec 11, 2024
1 parent 32bfea1 commit cc92e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/ui-src/src/hooks/authHooks/userProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const UserProvider = ({ children }) => {
setUser(null);
localStorage.removeItem("mdctcarts_session_exp");
await signOut();
window.location.href = config.POST_SIGNOUT_REDIRECT;
} catch (error) {
console.log("error signing out: ", error); // eslint-disable-line no-console
}
Expand Down

0 comments on commit cc92e8d

Please sign in to comment.