This commit is contained in:
David Schroeder
2026-07-25 13:27:45 -05:00
parent 2045b32a01
commit df24f965da
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -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(