emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/base32 545cf69323 004/103: Simplify the totp-secrets-creat


From: ELPA Syncer
Subject: [nongnu] elpa/base32 545cf69323 004/103: Simplify the totp-secrets-create-item-workaround custom entry
Date: Sat, 10 Feb 2024 12:59:50 -0500 (EST)

branch: elpa/base32
commit 545cf6932348281cca3274ab185b226085b1632a
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>

    Simplify the totp-secrets-create-item-workaround custom entry
---
 totp.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/totp.el b/totp.el
index 5c0ad864f8..94479b8db8 100644
--- a/totp.el
+++ b/totp.el
@@ -63,11 +63,10 @@ for the author when/where they tested it.\n
 However if the parameter is not passed you will get a new TOTP
 secret every time you create one even if you intended to replace
 an existing one, filling up your secret store.\n
-Check this box to choose ‘replace’ when creating secrets.\n
+Turn this on to choose ‘replace’ when creating secrets.\n
 As of Debian 12 (bookworm) the parameter appears to work."
   :group 'totp
-  :type  '(choice (const :tag "On"  t)
-                  (const :tag "Off" nil)))
+  :type  'boolean)
 
 (defun totp-wrap-otpauth-url (s)
   "Take a TOTP secret S and encode it as an otpauth url. 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]