diff --git a/packages/pl-fe/src/features/auth-login/components/captcha.tsx b/packages/pl-fe/src/features/auth-login/components/captcha.tsx index 56c465596..11c3ff775 100644 --- a/packages/pl-fe/src/features/auth-login/components/captcha.tsx +++ b/packages/pl-fe/src/features/auth-login/components/captcha.tsx @@ -72,7 +72,7 @@ const CaptchaField: React.FC = ({ }; }, [idempotencyKey]); - switch (captcha.get('type')) { + switch (captcha.type) { case 'native': return (