claudmax 1.0.1 → 1.0.2
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/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -474,7 +474,6 @@ async function main() {
|
|
|
474
474
|
// ── Step 2: API key prompt ───────────────────────────────────────────────
|
|
475
475
|
console.log(C.bold('Step 2: Enter your ClaudMax API key\n'));
|
|
476
476
|
console.log(` ${INFO} Get your API key from the ${C.bold('ClaudMax Admin Dashboard')}: ${C.cyan('https://claudmax.pro/admin/dashboard')}`);
|
|
477
|
-
console.log(` ${INFO} Default superadmin: ${C.magenta('superadmin')} / ${C.magenta('claudmax-super-2026')}`);
|
|
478
477
|
console.log('');
|
|
479
478
|
|
|
480
479
|
let apiKey = '';
|
package/package.json
CHANGED