Enable github auth

pull/3816/head
Kamran Ahmed 2 years ago
parent ec9f836a1f
commit f13c29adad
  1. 2
      src/components/AuthenticationFlow/GitHubButton.tsx

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

Loading…
Cancel
Save