diff options
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 2602dc42eb..1ca9dd1de9 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -40,6 +40,8 @@ type CreateRepoForm struct { RepoTemplate int64 GitContent bool Topics bool + GitHooks bool + Webhooks bool } // Validate validates the fields |