diff options
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index c9311530..6b4612c5 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -177,6 +177,7 @@ type NewDiscordHookForm struct { PayloadURL string `binding:"Required;Url"` Username string IconURL string + Color string WebhookForm } |