[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 af2ca2f062 2/2: totp-auth-add-secret: Use read-pass
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 af2ca2f062 2/2: totp-auth-add-secret: Use read-passwd to read the secret |
Date: |
Tue, 27 Feb 2024 15:59:21 -0500 (EST) |
branch: elpa/base32
commit af2ca2f0623d5268e31f1fe19bc1370c14b601b1
Author: Vivek Das Mohapatra <vivek@collabora.com>
Commit: Vivek Das Mohapatra <vivek@collabora.com>
totp-auth-add-secret: Use read-passwd to read the secret
---
totp-auth.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/totp-auth.el b/totp-auth.el
index c173272553..98deb9c82b 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -787,7 +787,7 @@ values passed in will override the URL.
DIGITS defaults to 6 if not otherwise specified."
(interactive
(let (s u)
- (setq s (read-string "Secret: ")
+ (setq s (read-passwd "Secret: ")
u (url-generic-parse-url s))
(if (not (equal (url-type u) "otpauth"))
(list s