Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
이은상 committed Dec 26, 2024
1 parent 4fd3d56 commit 1e4cdc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 7_auth/7_1_express_js/src/controllers/GitHubController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import { useMiddleware } from "../decorators/LogDecorator";
const CLIENT_ID = process.env.CLIENT_ID as string;
const CLIENT_SECRET = process.env.CLIENT_SECRET as string;

// debug
console.log(CLIENT_ID);
console.log(CLIENT_SECRET);

const REDIRECT_URI = "http://localhost:3000/callback";
const GITHUB_API_URL = "https://api.github.com";
const OAUTH_URL = "https://github.com/login/oauth/authorize";
Expand Down

0 comments on commit 1e4cdc4

Please sign in to comment.