Skip to content

Commit

Permalink
Request email scope for Github login.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jan 2, 2025
1 parent 0a6063b commit 9602060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AuthUI/AuthUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const AuthUI: React.FC<{}> = ({}) => {
analytic.track('Sign In', {
provider: 'Github',
})
signInWithGithub()
signInWithGithub(['email'])
}}
>
<svg
Expand Down

0 comments on commit 9602060

Please sign in to comment.