update
This commit is contained in:
@@ -48,6 +48,7 @@ func (s *Server) handleLogin(w http.ResponseWriter, r *http.Request) {
|
||||
"client_id": {s.cfg.GiteaClientID},
|
||||
"redirect_uri": {redirectURI},
|
||||
"response_type": {"code"},
|
||||
"scope": {"read:user"},
|
||||
"state": {state},
|
||||
}
|
||||
http.Redirect(
|
||||
|
||||
Reference in New Issue
Block a user