From 2433e72f27151124a755a27cc95bc5430f4e8e4d Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Wed, 12 Apr 2017 14:02:06 -0400 Subject: Use `read-passwd' --- lisp/mastodon-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-auth.el') diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index a35dc5a..ed9b5cb 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -116,7 +116,7 @@ STATUS is passed by `url-retrieve'." (defun mastodon-auth--user-and-passwd () "Prompt for user email and password." (let ((email (read-string "Email: ")) - (passwd (read-string "Password: "))) + (passwd (read-passwd "Password: "))) (cons email passwd))) (defun mastodon--get-access-token () -- cgit v1.2.3