@mintlify/cli 4.0.1330 → 4.0.1331

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/bin/signup.js CHANGED
@@ -84,6 +84,6 @@ export function signup() {
84
84
  const token = body;
85
85
  yield storeCredentials(token.access_token, token.refresh_token);
86
86
  addLog(_jsx(SuccessLog, { message: "account created and logged in successfully" }));
87
- addLog(_jsxs(Text, { children: ["Please go to ", DASHBOARD_URL, " to continue integrating your GitHub."] }));
87
+ addLog(_jsx(Text, { children: "Continue in the browser tab where you verified your email to connect GitHub." }));
88
88
  });
89
89
  }