tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.26k stars 86 forks source link

Fix the counter issue with HOTP #192

Closed AleDenshi closed 6 months ago

AleDenshi commented 6 months ago

This has been an issue for a few months. I'm not sure if this fixes it across the board, but I tested it and making the & explicit seems to have fixed it for me.

AleDenshi commented 6 months ago

There seems to already be a suggested fix for this. Sorry for opening this unnecessary PR!