aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-21 22:05:32 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-21 22:05:32 +0000
commit8ff531535c90ec336dee8e99c5fd3609ed1e149f (patch)
tree6f73680be922ef0523ff5c8170e618ce64aeabac
parent0385590922286093c6c77ca10364b59ef06a240e (diff)
downloadcheatdb-8ff531535c90ec336dee8e99c5fd3609ed1e149f.tar.xz
Remove access to repos from Github scope
-rw-r--r--app/views/githublogin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/githublogin.py b/app/views/githublogin.py
index 8d437ee..f04e8de 100644
--- a/app/views/githublogin.py
+++ b/app/views/githublogin.py
@@ -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):