Skip to content

Commit

Permalink
changed prompt from invisible to password
Browse files Browse the repository at this point in the history
  • Loading branch information
jonZlotnik committed Jun 21, 2023
1 parent 3d4b831 commit e34a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cc-cli/src/utils/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function getSeedFromEnvOrPrompt(
}
const seedPromptResult = await prompts([
{
type: "invisible",
type: "password",
name: "seed",
message: promptStr ? promptStr : "Enter seed phrase",
validate: (seed) => mnemonicValidate(seed),
Expand Down

0 comments on commit e34a396

Please sign in to comment.