diff --git a/src/routes/index.tsx b/src/routes/index.tsx index d29bcd11..cddd9968 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -87,10 +87,7 @@ const PageRoutes = () => { } > } /> - - } /> - } /> - + } /> { const dispatch = useDispatch(); const [username, setUsername] = useState(""); const query = new URLSearchParams(location.search); - // const githubCode = query.get("gcode"); // todo: check if query param exists const token = query.get("magic_token") as string; useEffect(() => {