Skip to content

Commit

Permalink
Final auth chnage
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani committed Feb 24, 2024
1 parent 0c6549d commit 2c83c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Auth() {
return <Navigate to={POST_AUTH_URL} />;
} else {
console.log("Redirecting to adonix login...");
window.location.href = Config.API_BASE_URL + "/#/auth/login/github/?device=puzzle";
window.location.href = Config.API_BASE_URL + "/auth/login/github/?device=puzzle";
return null;
}
}

0 comments on commit 2c83c0f

Please sign in to comment.