fix: hide openart api key
update DB
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user