fix(idp): add empty alt tag on decorative img
This commit is contained in:
@@ -61,6 +61,7 @@ const App = ({ bgImg }): ReactElement => {
|
||||
<img
|
||||
src={`${process.env.PUBLIC_URL}/static/icon-lilac.svg`}
|
||||
className={'oc-login-bg-icon'}
|
||||
alt=''
|
||||
/>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user