Skip to content

Commit

Permalink
Changed window.location.href to search
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed Nov 18, 2024
1 parent 921e4df commit 7293e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Main = () => {
return <></>;
};
function onSigninCallback() {
window.location.href = "/";
window.location.href = "/search/";
}

ReactDOM.createRoot(document.getElementById("root")).render(
Expand Down

0 comments on commit 7293e22

Please sign in to comment.