No placeholder for privatekey prompt
This commit is contained in:
parent
1a3b48a60d
commit
ffb67ab23e
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ class Sidebar extends Class
|
||||||
|
|
||||||
else
|
else
|
||||||
# Ask the user for privatekey
|
# Ask the user for privatekey
|
||||||
wrapper.displayPrompt "Enter your private key:", "password", "Sign", (privatekey) => # Prompt the private key
|
wrapper.displayPrompt "Enter your private key:", "password", "Sign", "", (privatekey) => # Prompt the private key
|
||||||
wrapper.ws.cmd "siteSign", {privatekey: privatekey, inner_path: inner_path, update_changed_files: true}, (res) =>
|
wrapper.ws.cmd "siteSign", {privatekey: privatekey, inner_path: inner_path, update_changed_files: true}, (res) =>
|
||||||
if res == "ok"
|
if res == "ok"
|
||||||
wrapper.notifications.add "sign", "done", "#{inner_path} Signed!", 5000
|
wrapper.notifications.add "sign", "done", "#{inner_path} Signed!", 5000
|
||||||
|
|
Loading…
Reference in a new issue