Skip to content

Commit b57b9ab

Browse files
chore: use normal prompts for user token
1 parent 8e0bada commit b57b9ab

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
@@ -75,7 +75,7 @@ const createRepository = async () => {
7575
const { userToken } = await inquirer.prompt({
7676
name: 'userToken',
7777
message: 'GitHub user token:-',
78-
type: 'password',
78+
type: 'input',
7979
validate,
8080
});
8181
const API_URL = `https://api.github.com/user/repos?access_token=${userToken}`;

0 commit comments

Comments
 (0)