Skip to content

Commit

Permalink
fix: mask apiKey input with prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
gowoons committed Aug 7, 2023
1 parent 1a7dffb commit 0c2f69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configure/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const configureGitLab = async () => {
type: "input",
name: "apiKey",
message: "Please input your OpenAI API key:",
mask: "*",
},
]);

Expand Down

0 comments on commit 0c2f69a

Please sign in to comment.