mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Use read-passwd instead of read-string
This commit is contained in:
parent
992104ebf5
commit
af43af7146
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ FIMXE: document how to use `ein:notebooklist-find-file-callback'
|
|||
(defun ein:notebooklist-login (url-or-port password)
|
||||
"Login to IPython notebook server."
|
||||
(interactive (list (ein:notebooklist-ask-url-or-port)
|
||||
(read-string "Password: ")))
|
||||
(read-passwd "Password: ")))
|
||||
(ein:query-singleton-ajax
|
||||
(list 'notebooklist-login url-or-port)
|
||||
(ein:url url-or-port "login")
|
||||
|
|
Loading…
Add table
Reference in a new issue