Skip to content

Commit

Permalink
fea: add google login button
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed May 18, 2023
1 parent fcdedf5 commit 3b8a460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/SignInForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function SignInForm(props: Props) {
</div>

<div className="mt-10 sm:mx-auto sm:w-full sm:max-w-sm">
<div className="mt-5">
<div className="mt-5 flex gap-4 flex-col">
<SignInButton provider="google">Continue with Google</SignInButton>
<SignInButton provider="github">Continue with Github</SignInButton>
</div>
{props.error && (
Expand Down

0 comments on commit 3b8a460

Please sign in to comment.