Skip to content

Commit

Permalink
remove useless page
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Nov 18, 2024
1 parent 96b6594 commit 7ca2864
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 118 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/api/v1/auth/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async function getGithubUserInfo(accessToken: string) {
}

const userData = await userResponse.json();
console.log(userData);
const emails = await emailResponse.json();

const email = emails?.find((email: any) => email.primary);
Expand Down
118 changes: 0 additions & 118 deletions packages/frontend/pages/auth/github/callback.tsx

This file was deleted.

0 comments on commit 7ca2864

Please sign in to comment.