Skip to content

Commit

Permalink
fix(playground): make API key a password field (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 26, 2024
1 parent f20cf87 commit 4998cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-playground",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"exports": {
".": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ const APIKeyInput: FC = () => {
<div className="flex flex-col gap-2">
<label>Provider API Key</label>
<Input
placeholder="Enter your OpenAI API key"
placeholder="Enter your provider API key"
type="password"
value={value}
onChange={setValue}
/>
Expand Down

0 comments on commit 4998cd4

Please sign in to comment.