create-githat-app 0.5.1 → 1.0.1
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 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -323,7 +323,7 @@ async function promptGitHat(existingKey) {
|
|
|
323
323
|
{ value: "mcp-servers", label: "MCP servers", hint: "Model Context Protocol" },
|
|
324
324
|
{ value: "ai-agents", label: "AI agents", hint: "wallet-based identity" }
|
|
325
325
|
],
|
|
326
|
-
initialValues: ["forgot-password"
|
|
326
|
+
initialValues: ["forgot-password"],
|
|
327
327
|
required: false
|
|
328
328
|
});
|
|
329
329
|
if (p3.isCancel(authFeatures)) {
|