chore: bump version to 2.20.2 in package.json and update captcha integration across auth components (#405)
- Incremented application version from 2.20.1 to 2.20.2 in package.json. - Added captchaSiteKey prop to SignUpPage for enhanced security. - Refactored captcha field rendering in various authentication components to ensure consistent placement and functionality.
This commit is contained in:
committed by
GitHub
parent
ac12c9355c
commit
a0e29c1193
@@ -54,13 +54,15 @@ export function PasswordSignInContainer({
|
||||
<>
|
||||
<AuthErrorAlert error={signInMutation.error} />
|
||||
|
||||
{captcha.field}
|
||||
<div>
|
||||
<PasswordSignInForm
|
||||
onSubmit={onSubmit}
|
||||
loading={isLoading}
|
||||
redirecting={isRedirecting}
|
||||
/>
|
||||
|
||||
<PasswordSignInForm
|
||||
onSubmit={onSubmit}
|
||||
loading={isLoading}
|
||||
redirecting={isRedirecting}
|
||||
/>
|
||||
{captcha.field}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user