Skip to content

Commit

Permalink
Disable github login for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Apr 14, 2023
1 parent a2719bc commit 589d157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AuthenticationFlow/GitHubButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export function GitHubButton(props: GitHubButtonProps) {
window.location.href = response.loginUrl;
};

return null;

return (
<>
<button
Expand Down

0 comments on commit 589d157

Please sign in to comment.