mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +10:00
fix: show captcha on challenge for sign in (#2713)
This commit is contained in:
@@ -400,7 +400,8 @@ export const SignInForm = ({
|
|||||||
onSuccess={setCaptchaToken}
|
onSuccess={setCaptchaToken}
|
||||||
onExpire={() => setCaptchaToken(null)}
|
onExpire={() => setCaptchaToken(null)}
|
||||||
options={{
|
options={{
|
||||||
size: 'invisible',
|
size: 'flexible',
|
||||||
|
appearance: 'interaction-only',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user