mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
ssh push support
This commit is contained in:
@@ -23,7 +23,7 @@ func Create(req *http.Request, r render.Render) {
|
||||
}
|
||||
|
||||
// TODO: access check
|
||||
fmt.Println(req.FormValue("userId"), req.FormValue("name"))
|
||||
//fmt.Println(req.FormValue("userId"), req.FormValue("name"))
|
||||
|
||||
id, err := strconv.ParseInt(req.FormValue("userId"), 10, 64)
|
||||
if err == nil {
|
||||
|
Reference in New Issue
Block a user