Add class to captcha

This commit is contained in:
Jerko Steiner 2019-11-01 19:22:00 -04:00
parent cf317f3553
commit 0b386fd5e3

View File

@ -37,7 +37,7 @@ export class Captcha extends React.PureComponent<CaptchaProps, CaptchaState> {
const { attempt, type } = this.state
return (
<div>
<div className='captcha'>
{type === 'image' && (
<>
<img key={attempt} src={imageUrl} />