web/SettingsInput: hide sensitive info (such as api key)

This commit is contained in:
wukko
2025-02-05 17:07:29 +06:00
parent 88d4b4dc7c
commit 62dccf7b51
2 changed files with 7 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
placeholder="00000000-0000-0000-0000-000000000000"
altText={$t("settings.processing.access_key.input.alt_text")}
type="uuid"
isPassword
/>
{/if}
</div>