mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 10:07:38 +08:00
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