fix: show captcha on challenge for sign in (#2713)

This commit is contained in:
Lucas Smith
2026-04-22 14:26:15 +10:00
committed by GitHub
parent 34b31c0d80
commit 3249f855fb
+2 -1
View File
@@ -400,7 +400,8 @@ export const SignInForm = ({
onSuccess={setCaptchaToken}
onExpire={() => setCaptchaToken(null)}
options={{
size: 'invisible',
size: 'flexible',
appearance: 'interaction-only',
}}
/>
)}