Merge branch 'captcha-centering' of MERMS/MermsPanelReactJS into master
This commit is contained in:
@@ -80,7 +80,7 @@ export default function Forgetpwd2() {
|
||||
</>
|
||||
}
|
||||
|
||||
<div className="col-12 mt-3">
|
||||
<div className="text-center col-12 mt-3">
|
||||
<Turnstile
|
||||
siteKey={process.env.REACT_APP_TURNSTILE_SITE_KEY}
|
||||
onSuccess={(token) => props.setFieldValue('turnstileToken', token)}
|
||||
|
||||
@@ -104,7 +104,7 @@ export default function Login() {
|
||||
<input maxLength={25} name='password' value={fields.password} onChange={handleChange} type="password" className="form-control" placeholder="Password" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-12 mt-3">
|
||||
<div className="text-center col-12 mt-3">
|
||||
<Turnstile
|
||||
siteKey={process.env.REACT_APP_TURNSTILE_SITE_KEY}
|
||||
onSuccess={setTurnstileToken}
|
||||
|
||||
@@ -159,7 +159,7 @@ export default function Signup2() {
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
<div className="col-12 mt-3">
|
||||
<div className="text-center col-12 mt-3">
|
||||
<Turnstile
|
||||
siteKey={process.env.REACT_APP_TURNSTILE_SITE_KEY}
|
||||
onSuccess={(token) => props.setFieldValue('turnstileToken', token)}
|
||||
|
||||
Reference in New Issue
Block a user