Currently SSO option only shows for app.chatwoot.com
When will this changed for self hosted environment ?
// TODO: Change this condition based on EE check
// Show SSO login button only if installation URL contains app.chatwoot.com
const showSsoLogin = installationUrl.includes('app.chatwoot.com');