change(ui) - ui feedback

This commit is contained in:
Shekar Siri 2023-03-29 17:27:04 +02:00
parent a1bc96d8c0
commit 8007695940

View file

@ -177,7 +177,7 @@ class Login extends React.Component {
) : (
<Tooltip
delay={0}
title={<div>{authDetails.edition === 'ee' ? "SSO has not been configured. Please reach out to your admin." : ENTERPRISE_REQUEIRED}</div>}
title={<div className="text-center">{authDetails.edition === 'ee' ? <span>SSO has not been configured. <br /> Please reach out to your admin.</span> : ENTERPRISE_REQUEIRED}</div>}
placement="top"
>
<Button