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

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

[nongnu] elpa/base32 5c902928f7 017/103: Fix bug in otpauth-migration UR


From: ELPA Syncer
Subject: [nongnu] elpa/base32 5c902928f7 017/103: Fix bug in otpauth-migration URL decoder
Date: Sat, 10 Feb 2024 13:00:00 -0500 (EST)

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

    Fix bug in otpauth-migration URL decoder
---
 totp-interop.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp-interop.el b/totp-interop.el
index cacfa62df0..03b5bcaa44 100644
--- a/totp-interop.el
+++ b/totp-interop.el
@@ -137,7 +137,7 @@ for use in the return value of `totp-unwrap-otp-blob`"
         (when slot
           (if (consp (cdr slot))
               (setq res (cons (car slot)
-                              (cons (cdr slot)
+                              (cons (cadr slot)
                                     res)))
             (setq res (cons slot res)))) ))
     ;;(with-current-buffer (get-buffer-create "*migrate*")



reply via email to

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