mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 14:32:25 +01:00
Remove access to repos from Github scope
This commit is contained in:
parent
0385590922
commit
8ff531535c
@ -9,7 +9,7 @@ from app.models import *
|
|||||||
|
|
||||||
@app.route("/user/github/start/")
|
@app.route("/user/github/start/")
|
||||||
def github_signin_page():
|
def github_signin_page():
|
||||||
return github.authorize("public_repo,repo")
|
return github.authorize("")
|
||||||
|
|
||||||
|
|
||||||
def _do_login_user(user, remember_me=False):
|
def _do_login_user(user, remember_me=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user