Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Apr 11, 2024
1 parent 05a1f1f commit 7437a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/AuthCheck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const AuthCheck: React.FC<Props> = ({
// TODO: Stop using 'query-string', instead get query from router.location.query in redux
const { code, state = "" } = qs.parse(window.location.search);
const authCode = Array.isArray(code) ? code[0] : code;
console.log({ state });

// TODO: Mv this logic to Redux Observables
useEffect(() => {
Expand Down

0 comments on commit 7437a00

Please sign in to comment.