Skip to content

Commit

Permalink
#50 Prompt mnemonic without any mask
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafspeziale committed Mar 1, 2019
1 parent d307042 commit 257ef85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/ABaseCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ class ABaseCommand {
async promptMnemonic() {
const { mnemonic } = await inquirer.prompt([
{
type: 'password',
type: 'input',
message: 'Enter mnemonic',
name: 'mnemonic',
mask: '*',
},
])
this.log.debug({ fn: 'promptMnemonic' }, 'Input mnemonic done.')
Expand Down

0 comments on commit 257ef85

Please sign in to comment.