Skip to content

Commit

Permalink
Merge pull request #161 from braden-w:fix/hide-api-keys
Browse files Browse the repository at this point in the history
feat: hide api key in settings with type="password"
  • Loading branch information
braden-w authored Jul 4, 2024
2 parents f102518 + ec4605a commit 218db90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/routes/(config)/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
id="api-key"
placeholder="Your OpenAI API Key"
bind:value={settings.apiKey}
type="text"
type="password"
autocomplete="off"
/>
<div class="text-muted-foreground text-sm">
Expand Down

0 comments on commit 218db90

Please sign in to comment.