fix: hide openart api key

update DB
This commit is contained in:
Dr.Lt.Data
2023-12-03 22:01:13 +09:00
parent 2864858acc
commit 9e3fef11a4
5 changed files with 38 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ export class OpenArtShareDialog extends ComfyDialog {
});
this.keyInput = $el("input", {
type: "text",
type: "password",
placeholder: "Copy & paste your API key",
style: inputStyle,
});