diff --git a/src/components/AuthenticationFlow/GitHubButton.tsx b/src/components/AuthenticationFlow/GitHubButton.tsx index 79f2c935f..bc263db20 100644 --- a/src/components/AuthenticationFlow/GitHubButton.tsx +++ b/src/components/AuthenticationFlow/GitHubButton.tsx @@ -94,6 +94,8 @@ export function GitHubButton(props: GitHubButtonProps) { window.location.href = response.loginUrl; }; + return null; + return ( <>