diff options
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 |