mirror of
https://github.com/minetest/contentdb.git
synced 2025-04-02 00:13:00 +02:00
Remove access to repos from Github scope
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user