From 80076959403cb2111807bf11b2864ef6263ec4b1 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 29 Mar 2023 17:27:04 +0200 Subject: [PATCH] change(ui) - ui feedback --- frontend/app/components/Login/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Login/Login.js b/frontend/app/components/Login/Login.js index 8ca979e97..c8683a1ee 100644 --- a/frontend/app/components/Login/Login.js +++ b/frontend/app/components/Login/Login.js @@ -177,7 +177,7 @@ class Login extends React.Component { ) : ( {authDetails.edition === 'ee' ? "SSO has not been configured. Please reach out to your admin." : ENTERPRISE_REQUEIRED}} + title={
{authDetails.edition === 'ee' ? SSO has not been configured.
Please reach out to your admin.
: ENTERPRISE_REQUEIRED}
} placement="top" >