Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hburn7 committed Oct 29, 2023
1 parent 391b4c1 commit 21c0876
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pages/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function Auth({ isAuthenticated, setIsAuthenticated, setAuthenticatedUser }: IAu
);
});

const origin = process.env.REACT_APP_ORIGIN_URL;
fetch(apiUrl + "/me", {
method: "GET",
credentials: "include",
Expand Down

0 comments on commit 21c0876

Please sign in to comment.