Skip to content

Commit

Permalink
fix: github auth error
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed May 25, 2022
1 parent 002419c commit 39b0d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/context/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function createSession(
clientSecret: env.GITHUB_CLIENT_SECRET,
callbackURL: env.GITHUB_CALLBACK_URL,
userAgent: 'remix-guide',
scope: '',
scope: 'email',
},
async ({ profile }) => {
const userStore = getUserStore(env, profile.id);
Expand Down

0 comments on commit 39b0d1b

Please sign in to comment.