Skip to content

Commit 1c8bd6e

Browse files
doble196claude
andcommitted
fix(cli): stop pre-selecting email-verification in auth features
Removes email-verification from default selected features to reduce friction. Users can still opt in if they want it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a9757e9 commit 1c8bd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompts/githat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function promptGitHat(existingKey?: string): Promise<GitHatAnswers>
8989
{ value: 'mcp-servers', label: 'MCP servers', hint: 'Model Context Protocol' },
9090
{ value: 'ai-agents', label: 'AI agents', hint: 'wallet-based identity' },
9191
],
92-
initialValues: ['forgot-password', 'email-verification'],
92+
initialValues: ['forgot-password'],
9393
required: false,
9494
});
9595

0 commit comments

Comments
 (0)