freeotp / freeotp-ios

Apache License 2.0
686 stars 173 forks source link

TOTP interval other than 60s #247

Closed johnwmail closed 3 years ago

johnwmail commented 3 years ago

Hi, when I use freeopt on android, I can setup interval other than 60s (eg: 3600s / 1h). but I cannot find this on IOS version. Is IOS version support setup interval other than 60s?

And how to import my export from android? Thanks.

justin-stephenson commented 3 years ago

Can you try testing the various period intervals from

https://freeotp.github.io/qrcode.html

johnwmail commented 3 years ago

Can you try testing the various period intervals from

I would like to set it 3600s (1 hour), Android version support it. image

johnwmail commented 3 years ago

Can you try testing the various period intervals from

https://freeotp.github.io/qrcode.html

Manually update the code, it work, thanks. image

justin-stephenson commented 3 years ago

@johnwmail Would you mind submitting a Pull request here? https://github.com/freeotp/freeotp.github.io

johnwmail commented 3 years ago

@johnwmail Would you mind submitting a Pull request here? https://github.com/freeotp/freeotp.github.io

Hi, I would but to be honestly, I don't think patch like this is useful for anyone (even for me). If I am the developer, and see some one submit patch like this, I must ask "why we need add 1 hour option? and why not add 2 hours option ... etc". so, I will submit a pull request, when I create the "editable interval input" patch. (but I don't know HTML/JS too much).