Add CAPTCHA on register forms setting
[MAILPOET-6326]
This commit is contained in:
committed by
Aschepikov
parent
74d71a54b2
commit
78ef34ba8c
@@ -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 />
|
||||
|
Reference in New Issue
Block a user