We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b91becb + 2ceca74 commit 2d77b22Copy full SHA for 2d77b22
leetcode.el
@@ -155,7 +155,7 @@ VALUE should be the referer."
155
When ACCOUNT or PASSWORD is empty string it will show a prompt."
156
(when (or (string-empty-p account) (string-empty-p password))
157
(setq account (read-string "account: "))
158
- (setq password (read-string "password: ")))
+ (setq password (read-passwd "password: ")))
159
(leetcode-global-loading-mode t)
160
(request-deferred
161
leetcode--url-login
0 commit comments