Skip to content

Commit

Permalink
added github auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Dec 16, 2023
1 parent 1409ae3 commit 28ec606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout/LoginButton.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const LoginButton = () => {
}
}
}}
providers={['google']}
providers={['google', 'github']}
theme={mode}
/>
</ModalDialog>
Expand Down

0 comments on commit 28ec606

Please sign in to comment.