Add CAPTCHA on register forms setting

[MAILPOET-6326]
This commit is contained in:
Mustapha Hadid
2025-01-10 18:21:44 +07:00
committed by Aschepikov
parent 74d71a54b2
commit 78ef34ba8c
5 changed files with 57 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ import { Reinstall } from './reinstall';
import { RecalculateSubscriberScore } from './recalculate-subscriber-score';
import { Logging } from './logging';
import { BounceAddress } from './bounce-address';
import { CaptchaOnSignup } from './captcha-on-signup';
export function Advanced() {
return (
@@ -27,6 +28,7 @@ export function Advanced() {
<ShareData />
<Libs3rdParty />
<Captcha />
<CaptchaOnSignup />
<Reinstall />
<Logging />
<SaveButton />