fix: correct gofmt formatting in setting.go

This commit is contained in:
Sora39831 2026-04-03 00:01:07 +08:00
parent 5f83415e95
commit 516d24c70a

View file

@ -106,7 +106,7 @@ var defaultValueMap = map[string]string{
"ldapDefaultLimitIP": "0",
// Registration settings
"turnstileSiteKey": "",
"turnstileSiteKey": "",
"turnstileSecretKey": "",
}