Remove access to repos from Github scope

This commit is contained in:
rubenwardy 2018-03-21 22:05:32 +00:00
parent 0385590922
commit 8ff531535c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from app.models import *
@app.route("/user/github/start/")
def github_signin_page():
return github.authorize("public_repo,repo")
return github.authorize("")
def _do_login_user(user, remember_me=False):