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

Counter not incremented when URL contains `?counter` instead of `&counter` #161

Open io12 opened 2 years ago

io12 commented 2 years ago

It's possible for counter to be the first argument in the URL, which means the find-and-replace with &counter won't work.