Skip to content

Commit

Permalink
feat(app): improve api key creation
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Apr 20, 2024
1 parent 464cd19 commit f0adc0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/app/keys/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,9 @@ const APIKEYForm = () => {
{key && key.length > 0 && (
<>
<Card className="w-[350px] mt-8">
<CardHeader>
<CardTitle>API Key</CardTitle>
<CardDescription>
Here is your API key. Paste it inside File Organizer 2000
</CardDescription>
</CardHeader>
<CardContent>
<div className="grid items-center w-full gap-4">
<div className="flex flex-col space-y-1.5">
<Label htmlFor="name">API Key</Label>
<Input name="name" value={key} />
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions app/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export default function Home() {
organized.
</p>
<Button>Download</Button>
<p className="text-sm text-gray-500 dark:text-gray-400 mt-4">
Requires Obsidian to be installed.
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit f0adc0d

Please sign in to comment.