feat: hide api key on login page (#39)

This commit is contained in:
Václav Šmejkal 2024-10-16 19:23:02 +02:00 committed by GitHub
parent 4214e14ba8
commit 0c1f6969da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,7 @@ export default function Page() {
label="API Key"
name="api-key"
placeholder="API Key"
type="password"
/>
<Button
className="w-full mt-2.5"