From 3249f855fb8134c3dde4057baa39a3add2bef107 Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Wed, 22 Apr 2026 14:26:15 +1000 Subject: [PATCH] fix: show captcha on challenge for sign in (#2713) --- apps/remix/app/components/forms/signin.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix/app/components/forms/signin.tsx b/apps/remix/app/components/forms/signin.tsx index 6a1763d46..91ce3d42f 100644 --- a/apps/remix/app/components/forms/signin.tsx +++ b/apps/remix/app/components/forms/signin.tsx @@ -400,7 +400,8 @@ export const SignInForm = ({ onSuccess={setCaptchaToken} onExpire={() => setCaptchaToken(null)} options={{ - size: 'invisible', + size: 'flexible', + appearance: 'interaction-only', }} /> )}