Skip to content

Commit

Permalink
fix: add read:user scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 15, 2024
1 parent 176729b commit f389139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playgrounds/app/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function Header() {
class="ml-4"
href={`https://github.com/login/oauth/authorize?client_id=${
import.meta.env.VITE_GITHUB_CLIENT_ID
}&scope=${encodeURIComponent('user:email')}&redirect_uri=${
}&scope=${encodeURIComponent('read:user,user:email')}&redirect_uri=${
window.location.origin
}/oauth`}
>
Expand Down

0 comments on commit f389139

Please sign in to comment.