|
|
@ -24,7 +24,6 @@ const SettingsProvidersView: FunctionComponent = () => {
|
|
|
|
label={"Choose the anti-captcha provider you want to use"}
|
|
|
|
label={"Choose the anti-captcha provider you want to use"}
|
|
|
|
placeholder="Select a provider"
|
|
|
|
placeholder="Select a provider"
|
|
|
|
settingKey="settings-general-anti_captcha_provider"
|
|
|
|
settingKey="settings-general-anti_captcha_provider"
|
|
|
|
settingOptions={{ onSubmit: (v) => (v === undefined ? "None" : v) }}
|
|
|
|
|
|
|
|
options={antiCaptchaOption}
|
|
|
|
options={antiCaptchaOption}
|
|
|
|
></Selector>
|
|
|
|
></Selector>
|
|
|
|
<Message></Message>
|
|
|
|
<Message></Message>
|
|
|
|