Disable github login for now

pull/3816/head
Kamran Ahmed 2 years ago
parent a2719bc771
commit 589d157be5
  1. 2
      src/components/AuthenticationFlow/GitHubButton.tsx

@ -94,6 +94,8 @@ export function GitHubButton(props: GitHubButtonProps) {
window.location.href = response.loginUrl;
};
return null;
return (
<>
<button

Loading…
Cancel
Save