Skip to content

Commit

Permalink
Remove Unused GitHub Provider Constant
Browse files Browse the repository at this point in the history
  • Loading branch information
satococoa committed Jan 31, 2025
1 parent 5ea11d8 commit 0ab43db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/(main)/settings/account/github-authentication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {
reconnectGitHubIdentity,
} from "./actions";

const provider = "github";

export async function GitHubAuthentication() {
const identityState = await getGitHubIdentityState();

Expand Down

0 comments on commit 0ab43db

Please sign in to comment.