fix(web): Fix label for attribute (#3726)

This commit is contained in:
Daniele Ricci 2023-08-16 20:27:57 +02:00 committed by GitHub
parent 4cbb18aabc
commit 8568ec838a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@
</div>
<div class="m-4 flex flex-col gap-2">
<!-- <label class="immich-form-label" for="email">API Key</label> -->
<!-- <label class="immich-form-label" for="secret">API Key</label> -->
<textarea class="immich-form-input" id="secret" name="secret" readonly={true} value={secret} />
</div>