Disable github login for now

feat/accounts
Kamran Ahmed 2 years ago
parent 4e2deb13bd
commit 912300f15f
  1. 2
      src/components/AuthenticationFlow/GitHubButton.tsx

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

Loading…
Cancel
Save