Skip to content

Commit

Permalink
Merge pull request langchain-ai#108 from aaditkamat/aadit/fix-github-…
Browse files Browse the repository at this point in the history
…oauth

fix: modify GitHub login provider
  • Loading branch information
bracesproul authored Oct 23, 2024
2 parents 70d7356 + 4882ccc commit 7c14c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/login/user-auth-form-login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function UserAuthForm({
<Button
onClick={async () => {
setGithubIsLoading(true);
await onLoginWithOauth("google");
await onLoginWithOauth("github");
setGithubIsLoading(false);
}}
variant="outline"
Expand Down

0 comments on commit 7c14c16

Please sign in to comment.