diff options
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index cf713c0cbd..32b75d3279 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -99,6 +99,9 @@ func (f *NewWebhookForm) Validate(ctx *macaron.Context, errs binding.Errors) bin type NewSlackHookForm struct { PayloadURL string `binding:"Required` Channel string `binding:"Required"` + Username string + IconURL string + Color string WebhookForm } |