mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +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/")
|
||||
def github_signin_page():
|
||||
return github.authorize("public_repo,repo")
|
||||
return github.authorize("")
|
||||
|
||||
|
||||
def _do_login_user(user, remember_me=False):
|
||||
|
Loading…
Reference in New Issue
Block a user