feat(pane_admin): enable some site settings in fe
This commit is contained in:
parent
1694e9026b
commit
f55581efb8
11 changed files with 191 additions and 85 deletions
|
@ -29,7 +29,7 @@ func (h *SettingsSvc) Health(c *gin.Context) {
|
|||
}
|
||||
|
||||
type ClientCfgMsg struct {
|
||||
ClientCfg *db.ClientConfig `json:"cfg"`
|
||||
ClientCfg *db.ClientConfig `json:"clientCfg"`
|
||||
CaptchaEnabled bool `json:"captchaEnabled"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue