fix(idp): add empty alt tag on decorative img

This commit is contained in:
Benedikt Kulmann
2025-03-10 16:43:02 +01:00
parent 9c85f9e02f
commit 7edb3f762c

View File

@@ -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>