From f13c29adadaed86fc36124efc93446d4946b77d4 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 14 Apr 2023 21:17:49 +0100 Subject: [PATCH] Enable github auth --- src/components/AuthenticationFlow/GitHubButton.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/AuthenticationFlow/GitHubButton.tsx b/src/components/AuthenticationFlow/GitHubButton.tsx index bc263db20..79f2c935f 100644 --- a/src/components/AuthenticationFlow/GitHubButton.tsx +++ b/src/components/AuthenticationFlow/GitHubButton.tsx @@ -94,8 +94,6 @@ export function GitHubButton(props: GitHubButtonProps) { window.location.href = response.loginUrl; }; - return null; - return ( <>