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