diff options
author | Unknwon <u@gogs.io> | 2015-09-11 12:03:08 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-11 12:03:08 -0400 |
commit | 121a81a2c554b2de0de89ab7749fe691b5d1aba7 (patch) | |
tree | cc0206c03f546734545c3355b09a3e060eeef7e7 /modules/auth/auth_form.go | |
parent | 06174482826e81fb7c4675efff092e2986c4dac0 (diff) | |
download | gitea-121a81a2c554b2de0de89ab7749fe691b5d1aba7.tar.gz gitea-121a81a2c554b2de0de89ab7749fe691b5d1aba7.zip |
finish new edit auth UI
Diffstat (limited to 'modules/auth/auth_form.go')
-rw-r--r-- | modules/auth/auth_form.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go index 087565befd..83f8f4ebd8 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -15,7 +15,6 @@ type AuthenticationForm struct { Name string `binding:"Required;MaxSize(30)"` Host string Port int - UseSSL bool BindDN string BindPassword string UserBase string |