chore: add className to unauthorized component to appease access control e2e test selectors

This commit is contained in:
Alessio Gravili
2024-03-13 15:14:07 -04:00
parent 30a1219f9d
commit 2e872d4818

View File

@@ -9,7 +9,7 @@ export const UnauthorizedClient: React.FC<{ logoutRoute: string }> = ({ logoutRo
const { t } = useTranslation()
return (
<Gutter>
<Gutter className="unauthorized">
<h2>{t('error:unauthorized')}</h2>
<div>{t('error:notAllowedToAccessPage')}</div>
<Button Link={Link} el="link" to={logoutRoute}>