Merge branch 'forgejo' into forgejo-federated-pr5
This commit is contained in:
commit
5620dd76fa
98 changed files with 1961 additions and 876 deletions
|
@ -162,6 +162,7 @@ func (f *AuthorizationForm) Validate(req *http.Request, errs binding.Errors) bin
|
|||
// GrantApplicationForm form for authorizing oauth2 clients
|
||||
type GrantApplicationForm struct {
|
||||
ClientID string `binding:"Required"`
|
||||
Granted bool
|
||||
RedirectURI string
|
||||
State string
|
||||
Scope string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue