Skip to content

Commit

Permalink
Merge pull request #43 from mscherer/add_default
Browse files Browse the repository at this point in the history
Add a default value for GITHUB_REDIRECT
  • Loading branch information
jberkus authored Oct 18, 2021
2 parents 7dc994e + 3e243af commit d3b2612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
GITHUB = {
'client_id': env('GITHUB_CLIENT_ID'),
'client_secret': env('GITHUB_CLIENT_SECRET'),
'redirect': env('GITHUB_REDIRECT'),
'redirect': env('GITHUB_REDIRECT', '/oauth/github/callback'),
'scope': 'user:login,name',
}

0 comments on commit d3b2612

Please sign in to comment.