Skip to content

Commit

Permalink
feat: hide api key in settings with type="password"
Browse files Browse the repository at this point in the history
  • Loading branch information
braden-w committed Jul 4, 2024
1 parent f102518 commit ec4605a
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 ec4605a

Please sign in to comment.