branch: elpa/base32
commit 3e5a779479ccaf48c4667ef4730e7e6ee297bc52
Author: Vivek Das Mohapatra <[email protected]>
Commit: Vivek Das Mohapatra <[email protected]>

    Reduce totp-minimum-ui-grace default value to 3 from 5
---
 totp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp.el b/totp.el
index 8ab9bbf527..9402c97d84 100644
--- a/totp.el
+++ b/totp.el
@@ -33,7 +33,7 @@
   :type '(repeat string)
   :group 'totp)
 
-(defcustom totp-minimum-ui-grace 5
+(defcustom totp-minimum-ui-grace 3
   "The minimum time to expiry a TOTP must have for the interactive
 UI to show it to you. If the generated token has less then this much time 
 to live then UI code should instead generate the next TOTP in sequence

Reply via email to