Skip to content

Commit 261bc43

Browse files
chore: use passsword prompt for accepting access token
1 parent 4e8f84e commit 261bc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const createRepository = async () => {
9393
const { userToken } = await inquirer.prompt({
9494
name: 'userToken',
9595
message: 'GitHub user token:-',
96-
type: 'input',
96+
type: 'password',
9797
validate,
9898
});
9999

0 commit comments

Comments
 (0)