summaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth')
-rw-r--r--modules/auth/repo_form.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 13e53497d5..e9ef2a2364 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -143,7 +143,7 @@ func (f *NewWebhookForm) Validate(ctx *macaron.Context, errs binding.Errors) bin
}
type NewSlackHookForm struct {
- PayloadURL string `binding:"Required;Url`
+ PayloadURL string `binding:"Required;Url"`
Channel string `binding:"Required"`
Username string
IconURL string