@danainnovations/cortex-mcp 1.0.96 → 1.0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -0
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1473,6 +1473,7 @@ function getWizardHtml() {
|
|
|
1473
1473
|
|
|
1474
1474
|
var email = result.account_email || 'connected';
|
|
1475
1475
|
item.classList.add('connected');
|
|
1476
|
+
item.classList.remove('needs-connect');
|
|
1476
1477
|
statusSpan.className = 'conn-status connected';
|
|
1477
1478
|
statusSpan.textContent = '\\u2713 ' + email;
|
|
1478
1479
|
btn.remove();
|