frontend-rw #1
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const CaptchaField: React.FC<ICaptchaField> = ({
|
|||
};
|
||||
}, [idempotencyKey]);
|
||||
|
||||
switch (captcha.get('type')) {
|
||||
switch (captcha.type) {
|
||||
case 'native':
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue