Andrey Skvortsov: 2
Gracefully handle doubles in URLs
Use GtkSpinbox instead of GtkAdjustment to get integer value
2 files changed, 8 insertions(+), 8 deletions(-)
Hi Martijn,
Do you have any feedback on these patches sent a month ago?
- Use GtkSpinbox instead of GtkAdjustment to get integer value
- Gracefully handle doubles in URLs
They fix usage of custom period for TOTP in numberstation, otherwise
it's not possible to add TOTP with custom period through UI or URL.
Hi Andrey,
Sorry for the delay, I've applied your patches.
I had not encountered otp urls with decimals in them before, they don't
really make sense for things like length but better to handle it than
not I guess.
Greetings,
Martijn Braam
Hi Martijn,
Do you have any feedback on these patches sent a month ago?
- Use GtkSpinbox instead of GtkAdjustment to get integer value
- Gracefully handle doubles in URLs
They fix usage of custom period for TOTP in numberstation, otherwise
it's not possible to add TOTP with custom period through UI or URL.