feat(captcha): update static asset source option (#2589)
* feat(captcha): Add captcha_cap_asset_server configuration option to support static asset server settings (#2584) * fix(captcha): Backend default: cdn → jsdelivr
This commit is contained in:
@@ -52,6 +52,7 @@ type Cap struct {
|
||||
InstanceURL string
|
||||
SiteKey string
|
||||
SecretKey string
|
||||
AssetServer string
|
||||
}
|
||||
|
||||
type SMTP struct {
|
||||
|
||||
Reference in New Issue
Block a user