Add class to captcha
This commit is contained in:
parent
cf317f3553
commit
0b386fd5e3
@ -37,7 +37,7 @@ export class Captcha extends React.PureComponent<CaptchaProps, CaptchaState> {
|
|||||||
const { attempt, type } = this.state
|
const { attempt, type } = this.state
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className='captcha'>
|
||||||
{type === 'image' && (
|
{type === 'image' && (
|
||||||
<>
|
<>
|
||||||
<img key={attempt} src={imageUrl} />
|
<img key={attempt} src={imageUrl} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user