From 90a01ca810db2bed8744ed706c1f999b6146f3e9 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 27 Jan 2023 17:41:56 +0100 Subject: [PATCH] fix(ui): fix sso error tooltip --- frontend/app/components/Login/Login.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Login/Login.js b/frontend/app/components/Login/Login.js index 1a1f7358b..067f6aaac 100644 --- a/frontend/app/components/Login/Login.js +++ b/frontend/app/components/Login/Login.js @@ -65,7 +65,7 @@ class Login extends React.Component { render() { const { errors, loading, authDetails } = this.props; const { CAPTCHA_ENABLED } = this.state; - + console.log(authDetails) return (
@@ -165,7 +165,7 @@ class Login extends React.Component { ) : ( This feature requires an enterprise license.
} + title={
{authDetails.edition === 'ee' ? "SSO has not been configured. Please reach out to your admin." : "This feature requires an enterprise license."}
} placement="top" >