Bad syntax for struct tag value authn
(#314)
This commit is contained in:
parent
700c5795f5
commit
034ed956a3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ type SiteConfig struct {
|
|||
DefaultTheme string `json:"defaultTheme"`
|
||||
HomepageViewMethod string `json:"home_view_method"`
|
||||
ShareViewMethod string `json:"share_view_method"`
|
||||
Authn bool `json:"authn"'`
|
||||
Authn bool `json:"authn"`
|
||||
User User `json:"user"`
|
||||
UseReCaptcha bool `json:"captcha_IsUseReCaptcha"`
|
||||
ReCaptchaKey string `json:"captcha_ReCaptchaKey"`
|
||||
|
|
Loading…
Add table
Reference in a new issue