Skip to content

Commit

Permalink
fix APP_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed Jul 13, 2024
1 parent ecc6527 commit 0f6e653
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/Login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import appImage from "../../assets/application.png";

const API_URL = process.env.REACT_APP_API_URL;

const API_URL = process.env.REACT_APP_API_URL;

const Login = () => {
const handleLogin = () => {
window.location.href = `${API_URL}/github-login`;
Expand Down

0 comments on commit 0f6e653

Please sign in to comment.