Skip to content

Commit

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

return null;

return (
<>
<button
Expand Down

0 comments on commit f13c29a

Please sign in to comment.