diff options
Diffstat (limited to 'modules/auth/auth_form.go')
-rw-r--r-- | modules/auth/auth_form.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go index 5dae55c1ef..338be53457 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -37,7 +37,7 @@ type AuthenticationForm struct { SkipVerify bool PAMServiceName string Oauth2Provider string - Oauth2Key string + Oauth2Key string Oauth2Secret string } |